Skip to content

Commit 4b7e49a

Browse files
authored
Move common -> crates/common (RustPython#6256)
1 parent 5eac229 commit 4b7e49a

27 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ members = [
126126
"compiler/codegen",
127127
"compiler/literal",
128128
".",
129-
"common",
130129
"derive",
131130
"jit",
132131
"vm",
@@ -150,7 +149,7 @@ license = "MIT"
150149
rustpython-compiler-core = { path = "compiler/core", version = "0.4.0" }
151150
rustpython-compiler = { path = "compiler", version = "0.4.0" }
152151
rustpython-codegen = { path = "compiler/codegen", version = "0.4.0" }
153-
rustpython-common = { path = "common", version = "0.4.0" }
152+
rustpython-common = { path = "crates/common", version = "0.4.0" }
154153
rustpython-derive = { path = "derive", version = "0.4.0" }
155154
rustpython-derive-impl = { path = "derive-impl", version = "0.4.0" }
156155
rustpython-jit = { path = "jit", version = "0.4.0" }

0 commit comments

Comments
 (0)