Skip to content

Commit

Permalink
fixup spec depenencies after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Sep 24, 2024
1 parent ef56697 commit 9cc8d3a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions specs/kyber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
libcrux = { version = "=0.0.2-alpha.3", path = "../../" }
libcrux = { version = "=0.0.2-beta.2", path = "../../" }
hacspec-lib = { version = "0.0.1", path = "../hacspec-lib" }

[dev-dependencies]
libcrux-kem = { version = "=0.0.2-alpha.3", path = "../../libcrux-kem", features = [
libcrux-kem = { version = "=0.0.2-beta.2", path = "../../libcrux-kem", features = [
"tests",
] }
hex = { version = "0.4.3", features = ["serde"] }
Expand Down

0 comments on commit 9cc8d3a

Please sign in to comment.