Skip to content

Commit 68e9deb

Browse files
committed
Move compiler-core -> crates/compiler-core
1 parent 609d99f commit 68e9deb

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ repository = "https://github.com/RustPython/RustPython"
148148
license = "MIT"
149149

150150
[workspace.dependencies]
151-
rustpython-compiler-core = { path = "compiler/core", version = "0.4.0" }
151+
rustpython-compiler-core = { path = "crates/compiler-core", version = "0.4.0" }
152152
rustpython-compiler = { path = "compiler", version = "0.4.0" }
153153
rustpython-codegen = { path = "compiler/codegen", version = "0.4.0" }
154154
rustpython-common = { path = "common", version = "0.4.0" }

0 commit comments

Comments
 (0)