Skip to content

Commit d1b7358

Browse files
committed
fix SHA3 CI workflow 4
1 parent 139eac0 commit d1b7358

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ readme = "Readme.md"
4747
allow-branch = ["main"]
4848

4949
[workspace.dependencies]
50-
hax-lib = { version = "0.3.2" }
50+
# Latest Commit 2025-09-01
51+
hax-lib = { git = "https://github.com/cryspen/hax.git", rev = "6b34a68a0b38cd2aff09a4ad05569d712620af27" }
5152

5253
[package]
5354
name = "libcrux"

libcrux-sha3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ bench = false # so libtest doesn't eat the arguments to criterion
1717
libcrux-platform = { version = "0.0.2", path = "../sys/platform" }
1818
libcrux-intrinsics = { version = "0.0.3", path = "../libcrux-intrinsics" }
1919
libcrux-traits = { version = "=0.0.3", path = "../traits/", optional = true }
20+
hax-lib.workspace = true
2021

21-
hax-lib = { git = "https://github.com/cryspen/hax.git", rev = "6b34a68a0b38cd2aff09a4ad05569d712620af27" }
2222

2323
[features]
2424
default = ["digest-traits"]

libcrux-sha3/proofs/fstar/extraction/Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
# If HAX_HOME is set, add HAX_HOME dirs and disable finding LIBS
2-
ifdef HAX_HOME
3-
FINDLIBS_OUTPUT =
4-
FSTAR_INCLUDE_DIRS_EXTRA += \
5-
$(HAX_HOME)/proof-libs/fstar/rust_primitives \
6-
$(HAX_HOME)/proof-libs/fstar/core \
7-
$(HAX_HOME)/hax-lib/proofs/fstar/extraction
8-
endif
9-
101
# Always include these directories
112
FSTAR_INCLUDE_DIRS_EXTRA += \
123
$(shell git rev-parse --show-toplevel)/fstar-helpers/fstar-bitvec \

0 commit comments

Comments
 (0)