Skip to content

Commit

Permalink
added missing package version
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Nov 16, 2021
1 parent d987318 commit c70995f
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 @@ -22,7 +22,7 @@ default = ["std"]
std = ["air/std", "assembly/std", "hex/std", "processor/std", "prover/std", "verifier/std"]

[dependencies]
air = { package = "miden-air", path = "../air", default-features = false }
air = { package = "miden-air", path = "../air", version = "0.1", default-features = false }
assembly = { package = "miden-assembly", path = "../assembly", version = "0.1", default-features = false }
processor = { package = "miden-processor", path = "../processor", version = "0.1", default-features = false }
prover = { package = "winter-prover", version = "0.2", default-features = false }
Expand Down

0 comments on commit c70995f

Please sign in to comment.