Skip to content

Commit

Permalink
chore: update rustyline dependency to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Dec 13, 2023
1 parent 777fae9 commit d58122b
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 @@ -53,7 +53,7 @@ hex = { version = "0.4", optional = true }
log = { version = "0.4", default-features = false, optional = true }
processor = { package = "miden-processor", path = "../processor", version = "0.8", default-features = false }
prover = { package = "miden-prover", path = "../prover", version = "0.8", default-features = false }
rustyline = { version = "12.0", default-features = false, optional = true }
rustyline = { version = "13.0", default-features = false, optional = true }
serde = {version = "1.0", optional = true }
serde_derive = {version = "1.0", optional = true }
serde_json = {version = "1.0", optional = true }
Expand Down

0 comments on commit d58122b

Please sign in to comment.