Skip to content

Commit 24a31d8

Browse files
committed
Move vm/sre_engine -> crates/sre_engine
1 parent 609d99f commit 24a31d8

File tree

11 files changed

+1
-2
lines changed

11 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ members = [
130130
"derive",
131131
"jit",
132132
"vm",
133-
"vm/sre_engine",
134133
"pylib",
135134
"stdlib",
136135
"derive-impl",
@@ -159,7 +158,7 @@ rustpython-literal = { path = "compiler/literal", version = "0.4.0" }
159158
rustpython-vm = { path = "vm", default-features = false, version = "0.4.0" }
160159
rustpython-pylib = { path = "pylib", version = "0.4.0" }
161160
rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.4.0" }
162-
rustpython-sre_engine = { path = "vm/sre_engine", version = "0.4.0" }
161+
rustpython-sre_engine = { path = "crates/sre_engine", version = "0.4.0" }
163162
rustpython-wtf8 = { path = "wtf8", version = "0.4.0" }
164163
rustpython-doc = { path = "crates/doc", version = "0.4.0" }
165164

0 commit comments

Comments
 (0)