Skip to content

Commit

Permalink
cleanup cargo.tomls for mlkem release
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Jun 18, 2024
1 parent 52af832 commit 0856930
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
19 changes: 8 additions & 11 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions libcrux-intrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ repository.workspace = true
readme.workspace = true

[dependencies]
# libcrux-platform = { version = "0.0.2-pre.2", path = "../sys/platform" }

# This is only required for verification.
# The hax config is set by the hax toolchain.
[target.'cfg(hax)'.dependencies]
hax-lib = { git = "https://github.com/hacspec/hax/" }

[features]
simd128 = []
Expand Down
2 changes: 1 addition & 1 deletion libcrux-ml-kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libcrux-intrinsics = { version = "0.0.2-pre.2", path = "../libcrux-intrinsics" }
# This is only required for verification.
# The hax config is set by the hax toolchain.
[target.'cfg(hax)'.dependencies]
hax-lib = { git = "https://github.com/hacspec/hax/" }
hax-lib = { version = "0.1.0-pre.1", git = "https://github.com/hacspec/hax/" }

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion libcrux-sha3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ libcrux-intrinsics = { version = "0.0.2-pre.2", path = "../libcrux-intrinsics" }
# This is only required for verification.
# The hax config is set by the hax toolchain.
[target.'cfg(hax)'.dependencies]
hax-lib = { git = "https://github.com/hacspec/hax/" }
hax-lib = { version = "0.1.0-pre.1", git = "https://github.com/hacspec/hax/" }

[features]
simd128 = []
Expand Down

0 comments on commit 0856930

Please sign in to comment.