Skip to content

Commit 01a21a5

Browse files
authored
Merge pull request #313 from facebookexperimental/htejun/update-deps
resctl-demo: Explicitly specify cursive dep versions
2 parents b399f21 + 482620a commit 01a21a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resctl-demo/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ anyhow = "1.0"
2020
chrono = { version = "0.4", features = ["serde"] }
2121
clap = "2.33"
2222
crossbeam = "0.8"
23-
cursive = { version = "^0", default-features = false, features = ["termion"] }
24-
cursive_buffered_backend = "^0"
25-
cursive-tabs = "^0"
23+
cursive = { version = "0.20", default-features = false, features = ["termion"] }
24+
cursive_buffered_backend = "0.6"
25+
cursive-tabs = "0.7"
2626
enum-iterator = "2.0"
2727
env_logger = "0.11"
2828
lazy_static = "1.4"

0 commit comments

Comments
 (0)