Skip to content

Commit 8715ae7

Browse files
authored
Move derive -> crates/derive (RustPython#6264)
1 parent 8968aea commit 8715ae7

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ template = "installer-config/installer.wxs"
122122
resolver = "2"
123123
members = [
124124
".",
125-
"derive",
126125
"stdlib",
127126
"wasm/lib",
128127
"crates/*",
@@ -141,7 +140,7 @@ rustpython-compiler-core = { path = "crates/compiler-core", version = "0.4.0" }
141140
rustpython-compiler = { path = "crates/compiler", version = "0.4.0" }
142141
rustpython-codegen = { path = "crates/codegen", version = "0.4.0" }
143142
rustpython-common = { path = "crates/common", version = "0.4.0" }
144-
rustpython-derive = { path = "derive", version = "0.4.0" }
143+
rustpython-derive = { path = "crates/derive", version = "0.4.0" }
145144
rustpython-derive-impl = { path = "crates/derive-impl", version = "0.4.0" }
146145
rustpython-jit = { path = "crates/jit", version = "0.4.0" }
147146
rustpython-literal = { path = "crates/literal", version = "0.4.0" }

0 commit comments

Comments
 (0)