Skip to content

Commit

Permalink
fix(charon): remove useless dep. to hax-frontend-exporter-options
Browse files Browse the repository at this point in the history
This dependency is useless, and is blocking for
hacspec/hax#713, which removes the crate
`hax-frontend-exporter-options`. This commit thus just drops that
dependency and cleans up the commented similar dependencies below.
  • Loading branch information
W95Psp committed Jun 12, 2024
1 parent 9f56a29 commit 6206b09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions charon/Cargo.lock

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

3 changes: 0 additions & 3 deletions charon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ walkdir = "2.3.2"
which = "6.0.1"

hax-frontend-exporter = { git = "https://github.com/hacspec/hax", branch = "main" }
hax-frontend-exporter-options = { git = "https://github.com/hacspec/hax", branch = "main" }
# hax-frontend-exporter = { path = "../../hax/frontend/exporter" }
# hax-frontend-exporter-options = { path = "../../hax/frontend/exporter/options" }
macros = { path = "./macros" }

[dev-dependencies]
Expand Down

0 comments on commit 6206b09

Please sign in to comment.