Skip to content

Commit 041dd30

Browse files
authored
Move compiler/src -> crates/compiler (RustPython#6270)
1 parent 9e60940 commit 041dd30

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
@@ -121,7 +121,6 @@ template = "installer-config/installer.wxs"
121121
[workspace]
122122
resolver = "2"
123123
members = [
124-
"compiler",
125124
".",
126125
"derive",
127126
"vm",
@@ -140,7 +139,7 @@ license = "MIT"
140139

141140
[workspace.dependencies]
142141
rustpython-compiler-core = { path = "crates/compiler-core", version = "0.4.0" }
143-
rustpython-compiler = { path = "compiler", version = "0.4.0" }
142+
rustpython-compiler = { path = "crates/compiler", version = "0.4.0" }
144143
rustpython-codegen = { path = "crates/codegen", version = "0.4.0" }
145144
rustpython-common = { path = "crates/common", version = "0.4.0" }
146145
rustpython-derive = { path = "derive", version = "0.4.0" }

0 commit comments

Comments
 (0)