Skip to content

Commit

Permalink
remove todone
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Jul 6, 2024
1 parent 3a95af6 commit 80d88fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,14 @@ build = "build.rs"
[dependencies]
abomonation = { version = "=0.7.3", optional = true }
abomonation_derive = { version = "=0.5.0", optional = true }
alkahest = { version = "=0.1.5", optional = true, features = [
"derive",
"nightly",
] }
alkahest = { version = "=0.3.0", optional = true, features = ["derive"] }
bebop = { version = "=2.8.7", optional = true }
bilrost = { version = "=0.1009.0", optional = true }
bincode1 = { package = "bincode", version = "=1.3.3", optional = true }
# Can't call it bincode2 because of a current issue of bincode2
bincode = { package = "bincode", version = "=2.0.0-rc.3", optional = true }
bitcode = { version = "=0.6.0", optional = true }
borsh = { version = "=1.5.1", features = ["derive"], optional = true }
# TODO: Unfork after bson adds support for pre-warmed serialization buffers
bson = { version = "=2.11.0", optional = true }
bytecheck = { version = "=0.7.0", optional = true }
bytemuck = { version = "=1.16.1", optional = true }
Expand Down

0 comments on commit 80d88fa

Please sign in to comment.