Skip to content

Commit

Permalink
Remove Cargo.toml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Dec 3, 2024
1 parent c4dc5ca commit 9dfbfca
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 @@ -102,7 +102,7 @@ lz4_flex = { version = "0.11.3", default-features = false, features = [
cityhash-rs = { version = "=1.0.1", optional = true } # exact version for safety
uuid = { version = "1", optional = true }
time = { version = "0.3", optional = true }
bstr = { version = "1.11.0", default-features = false } # 1.11.0+ is Rust 1.73+ only
bstr = { version = "1.11.0", default-features = false }
quanta = { version = "0.12", optional = true }
replace_with = { version = "0.1.7" }

Expand Down

0 comments on commit 9dfbfca

Please sign in to comment.