Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Update cursive version from 0.16 to 0.20, as 0.16 depends on ahash ^0.6 which is yanked.
  • Loading branch information
lnyng authored Jan 24, 2024
1 parent 022e11a commit 263c6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resctl-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0"
chrono = { version = "0.4", features = ["serde"] }
clap = "2.33"
crossbeam = "0.8"
cursive = { version = "0.16", default-features = false, features = ["termion"] }
cursive = { version = "0.20", default-features = false, features = ["termion"] }
cursive_buffered_backend = "0.5"
cursive-tabs = "0.6"
enum-iterator = "0.7"
Expand Down

0 comments on commit 263c6c9

Please sign in to comment.