Skip to content

Commit 2832994

Browse files
committed
style: update Chargo
1 parent 8185fc5 commit 2832994

File tree

2 files changed

+29
-43
lines changed

2 files changed

+29
-43
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ path = "src/lib.rs"
1515
crate-type = ["lib"]
1616

1717
[dependencies]
18-
bitvec = "1.0"
19-
log = "0.4"
20-
strum = "0.27.2"
21-
strum_macros = "0.27.2"
22-
yaml-rust = "0.4.5"
18+
bitvec = "=1.0"
19+
log = "=0.4"
20+
strum = "=0.27.2"
21+
strum_macros = "=0.27.2"
22+
yaml-rust = "=0.4.5"
2323

2424
[dev-dependencies]
25-
criterion = { version = "0.7", features = ["html_reports"] }
26-
once_cell = "1.21.3"
27-
tempfile = "3.23"
25+
criterion = { version = "=0.7", features = ["html_reports"] }
26+
once_cell = "=1.21.3"
27+
tempfile = "=3.23"
2828

2929
[[bench]]
3030
name = "bench"

0 commit comments

Comments
 (0)