Skip to content

Commit 2071fa2

Browse files
authored
Move compiler/literal -> crates/literal (RustPython#6259)
* Move `compiler/literal` -> `crates/compiler-literal` * Use correct crate name
1 parent bb54c5b commit 2071fa2

File tree

8 files changed

+1
-2
lines changed

8 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ resolver = "2"
123123
members = [
124124
"compiler",
125125
"compiler/codegen",
126-
"compiler/literal",
127126
".",
128127
"derive",
129128
"jit",
@@ -151,7 +150,7 @@ rustpython-common = { path = "crates/common", version = "0.4.0" }
151150
rustpython-derive = { path = "derive", version = "0.4.0" }
152151
rustpython-derive-impl = { path = "derive-impl", version = "0.4.0" }
153152
rustpython-jit = { path = "jit", version = "0.4.0" }
154-
rustpython-literal = { path = "compiler/literal", version = "0.4.0" }
153+
rustpython-literal = { path = "crates/literal", version = "0.4.0" }
155154
rustpython-vm = { path = "vm", default-features = false, version = "0.4.0" }
156155
rustpython-pylib = { path = "crates/pylib", version = "0.4.0" }
157156
rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.4.0" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)