Skip to content

Commit 6479a20

Browse files
authored
move derive-impl -> crates/derive-impl (RustPython#6263)
1 parent cc2e84b commit 6479a20

File tree

12 files changed

+1
-2
lines changed

12 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ members = [
127127
"vm",
128128
"vm/sre_engine",
129129
"stdlib",
130-
"derive-impl",
131130
"wasm/lib",
132131
"crates/*",
133132
]
@@ -146,7 +145,7 @@ rustpython-compiler = { path = "compiler", version = "0.4.0" }
146145
rustpython-codegen = { path = "crates/codegen", version = "0.4.0" }
147146
rustpython-common = { path = "crates/common", version = "0.4.0" }
148147
rustpython-derive = { path = "derive", version = "0.4.0" }
149-
rustpython-derive-impl = { path = "derive-impl", version = "0.4.0" }
148+
rustpython-derive-impl = { path = "crates/derive-impl", version = "0.4.0" }
150149
rustpython-jit = { path = "crates/jit", version = "0.4.0" }
151150
rustpython-literal = { path = "crates/literal", version = "0.4.0" }
152151
rustpython-vm = { path = "vm", default-features = false, version = "0.4.0" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)