Skip to content

Commit d92303b

Browse files
committed
Use correct crate name
1 parent 16a242f commit d92303b

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ rustpython-common = { path = "common", version = "0.4.0" }
154154
rustpython-derive = { path = "derive", version = "0.4.0" }
155155
rustpython-derive-impl = { path = "derive-impl", version = "0.4.0" }
156156
rustpython-jit = { path = "jit", version = "0.4.0" }
157-
rustpython-literal = { path = "crates/compiler-literal", version = "0.4.0" }
157+
rustpython-literal = { path = "crates/literal", version = "0.4.0" }
158158
rustpython-vm = { path = "vm", default-features = false, version = "0.4.0" }
159159
rustpython-pylib = { path = "pylib", version = "0.4.0" }
160160
rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.4.0" }

0 commit comments

Comments
 (0)