Skip to content

Commit

Permalink
not alakhest
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Jul 6, 2024
1 parent 596fc3b commit 3a95af6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ build = "build.rs"
[dependencies]
abomonation = { version = "=0.7.3", optional = true }
abomonation_derive = { version = "=0.5.0", optional = true }
alkahest = { version = "=0.3.0", optional = true, features = ["derive"] }
alkahest = { version = "=0.1.5", optional = true, features = [
"derive",
"nightly",
] }
bebop = { version = "=2.8.7", optional = true }
bilrost = { version = "=0.1009.0", optional = true }
bincode1 = { package = "bincode", version = "=1.3.3", optional = true }
Expand Down

0 comments on commit 3a95af6

Please sign in to comment.