Skip to content

Commit

Permalink
Use main branch of hax
Browse files Browse the repository at this point in the history
  • Loading branch information
mamonet committed Sep 23, 2024
1 parent da48c5a commit 737bf43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ getrandom = { version = "0.2", features = ["js"], optional = true }
# This is only required when doing proofs.
#[target.'cfg(hax)'.dependencies]
[workspace.dependencies]
hax-lib-macros = { git = "https://github.com/hacspec/hax", branch = "fold-enum-slice" }
hax-lib = { git = "https://github.com/hacspec/hax/", branch = "fold-enum-slice" }
hax-lib-macros = { git = "https://github.com/hacspec/hax", branch = "main" }
hax-lib = { git = "https://github.com/hacspec/hax/", branch = "main" }

[dev-dependencies]
libcrux = { path = ".", features = ["rand", "tests"] }
Expand Down

0 comments on commit 737bf43

Please sign in to comment.