Skip to content

Commit

Permalink
Point to mainstream hax
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kM committed Sep 5, 2024
1 parent 6d4bcb8 commit e1ca56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ tracing-tree = "0.3"
tracing = { version = "0.1", features = [ "max_level_trace", "release_max_level_warn" ] }
which = "6.0.1"

# hax-frontend-exporter = { git = "https://github.com/hacspec/hax", branch = "main", optional = true }
hax-frontend-exporter = { git = "https://github.com/hacspec/hax", branch = "main", optional = true }
# hax-frontend-exporter = { git = "https://github.com/Nadrieril/hax", branch = "update-rustc", optional = true }
hax-frontend-exporter = { path = "../../hax/frontend/exporter", optional = true }
# hax-frontend-exporter = { path = "../../hax/frontend/exporter", optional = true }
macros = { path = "./macros" }

[features]
Expand Down

0 comments on commit e1ca56d

Please sign in to comment.