Skip to content

Commit e467b67

Browse files
authored
Move dependencies to workspace for compiler-core crate (RustPython#7874)
* Add dependency from `compiler-core` crate to workspace * Declare dependency as workspace = true
1 parent 460b1d3 commit e467b67

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ libsqlite3-sys = "0.37"
229229
libz-rs-sys = "0.6"
230230
lock_api = "0.4"
231231
log = "0.4.29"
232+
lz4_flex = "0.13"
232233
nix = { version = "0.31", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] }
233234
mac_address = "1.1.3"
234235
malachite-bigint = "0.9.1"

crates/compiler-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ itertools = { workspace = true }
1919
malachite-bigint = { workspace = true }
2020
num-complex = { workspace = true }
2121

22-
lz4_flex = "0.13"
22+
lz4_flex = { workspace = true }
2323

2424
[lints]
2525
workspace = true

0 commit comments

Comments
 (0)