Skip to content

Commit

Permalink
Remove obsolete log features
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jun 2, 2024
1 parent 3a3204d commit 6ede611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
log = { version = "^0.4", features = ["std", "kv_unstable"] }
log = { version = "^0.4", features = ["std"] }
rustix = { version = "0.38.20", default-features = false, features = ["std", "fs", "net"] }

[dev-dependencies]
Expand Down

0 comments on commit 6ede611

Please sign in to comment.