Skip to content

Commit

Permalink
fix: fix miden-vm Cargo.toml (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer authored Dec 2, 2024
1 parent 4a0d2e8 commit 70b483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "miden"
path = "src/main.rs"
bench = false
doctest = false
required-features = ["executable", "internal"]
required-features = ["executable"]

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit 70b483c

Please sign in to comment.