Skip to content

Commit

Permalink
Remove the core2 dependency
Browse files Browse the repository at this point in the history
We would like to stabalise this library but the `core2` dependency is
unstable. Lets just remove it.
  • Loading branch information
tcharding committed Sep 4, 2024
1 parent 8dcde18 commit 1b81f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ alloc = []

[dependencies]
arrayvec = { version = "0.7.2", default-features = false }
core2 = { version = "0.3.2", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, optional = true }


Expand Down

0 comments on commit 1b81f52

Please sign in to comment.