Skip to content

Commit

Permalink
Remove unnecessary feature activation
Browse files Browse the repository at this point in the history
This is now released and available on crates.io.
  • Loading branch information
thomaseizinger committed Nov 22, 2022
1 parent 2c348c6 commit cedd5a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ prost = "0.11"
once_cell = "1.16.0"
rand = "0.8"
rw-stream-sink = { version = "0.3.0", path = "../misc/rw-stream-sink" }
sec1 = { version = "0.3.0", features = ["std"] } # Activate `std` feature until https://github.com/RustCrypto/traits/pull/1131 is released.
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.0"
smallvec = "1.6.1"
Expand Down

0 comments on commit cedd5a1

Please sign in to comment.