Skip to content

Commit bb54c5b

Browse files
authored
Move compiler-core -> crates/compiler-core (RustPython#6258)
1 parent 3728879 commit bb54c5b

File tree

7 files changed

+1
-2
lines changed

7 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
"compiler",
125-
"compiler/core",
126125
"compiler/codegen",
127126
"compiler/literal",
128127
".",
@@ -145,7 +144,7 @@ repository = "https://github.com/RustPython/RustPython"
145144
license = "MIT"
146145

147146
[workspace.dependencies]
148-
rustpython-compiler-core = { path = "compiler/core", version = "0.4.0" }
147+
rustpython-compiler-core = { path = "crates/compiler-core", version = "0.4.0" }
149148
rustpython-compiler = { path = "compiler", version = "0.4.0" }
150149
rustpython-codegen = { path = "compiler/codegen", version = "0.4.0" }
151150
rustpython-common = { path = "crates/common", version = "0.4.0" }

0 commit comments

Comments
 (0)