Skip to content

Commit 139eac0

Browse files
committed
fix SHA3 CI workflow 3
1 parent 23cbe57 commit 139eac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcrux-sha3/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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
20+
21+
hax-lib = { git = "https://github.com/cryspen/hax.git", rev = "6b34a68a0b38cd2aff09a4ad05569d712620af27" }
2122

2223
[features]
2324
default = ["digest-traits"]

0 commit comments

Comments
 (0)