Skip to content

Commit 3a15c31

Browse files
LegNeatoFirestar99
authored andcommitted
Fix cargo deny by turning off unused tabled features
1 parent 63f258b commit 3a15c31

File tree

2 files changed

+21
-76
lines changed

2 files changed

+21
-76
lines changed

Cargo.lock

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

tests/difftests/bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ toml = { version = "0.8.20", default-features = false, features = ["parse"] }
2525
bytesize = "2.0.1"
2626
bytemuck = "1.21.0"
2727
difftest = { path = "../lib" }
28-
tabled = "0.15"
28+
tabled = { version = "0.15", default-features = false, features = ["std"] }
2929

3030
[lints]
3131
workspace = true

0 commit comments

Comments
 (0)