8000 Merge pull request #5626 from youknowone/remove-unused-deps · RustPython/RustPython@6e79a2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e79a2a

Browse files
authored
Merge pull request #5626 from youknowone/remove-unused-deps
Remove unused dependency
2 parents bea25a0 + 97fa11d commit 6e79a2a

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ malachite-bigint = { workspace = true }
2424
malachite-q = { workspace = true }
2525
malachite-base = { workspace = true }
2626
memchr = { workspace = true }
27-
num-complex = { workspace = true }
2827
num-traits = { workspace = true }
2928
once_cell = { workspace = true }
3029
parking_lot = { workspace = true, optional = true }

pylib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ rust-version.workspace = true
1010
repository.workspace = true
1111

1212
[features]
13-
freeze-stdlib = []
13+
freeze-stdlib = ["dep:rustpython-compiler-core", "dep:rustpython-derive"]
1414

1515
[dependencies]
16-
rustpython-compiler-core = { workspace = true }
17-
rustpython-derive = { version = "0.4.0", path = "../derive" }
16+
rustpython-compiler-core = { workspace = true, optional = true }
17+
rustpython-derive = { workspace = true, optional = true }
1818

1919
[build-dependencies]
2020
glob = { workspace = true }

stdlib/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ num-integer = { workspace = true }
4141
num-traits = { workspace = true }
4242
num_enum = { workspace = true }
4343
parking_lot = { workspace = true }
44-
thread_local = { workspace = true }
4544

4645
memchr = { workspace = true }
4746
base64 = "0.13.0"

0 commit comments

Comments
 (0)
0