Skip to content

Commit

Permalink
Bump rustyline to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Mar 22, 2024
1 parent 59b1400 commit 038cc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static_assertions = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = { version = "0.5", features = ["async_tokio"] }
rustyline = "13.0"
rustyline = "14.0"
tokio = { version = "1.0", features = ["full"] }

[[bench]]
Expand Down

0 comments on commit 038cc5f

Please sign in to comment.