Skip to content

Commit a8954e4

Browse files
committed
fix bad merge
1 parent 4cb2e44 commit a8954e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,10 @@ license = "MIT"
138138

139139
[workspace.dependencies]
140140
rustpython-compiler-core = { path = "crates/compiler-core", version = "0.4.0" }
141-
rustpython-derive = { path = "crates/derive", version = "0.4.0" }
141+
rustpython-compiler = { path = "crates/compiler", version = "0.4.0" }
142142
rustpython-codegen = { path = "crates/codegen", version = "0.4.0" }
143143
rustpython-common = { path = "crates/common", version = "0.4.0" }
144+
rustpython-derive = { path = "crates/derive", version = "0.4.0" }
144145
rustpython-derive-impl = { path = "crates/derive-impl", version = "0.4.0" }
145146
rustpython-jit = { path = "crates/jit", version = "0.4.0" }
146147
rustpython-literal = { path = "crates/literal", version = "0.4.0" }

0 commit comments

Comments
 (0)