Skip to content

Commit

Permalink
change: Don't pin console to patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed May 26, 2023
1 parent 03738b7 commit 9f053d2
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 @@ -50,7 +50,7 @@ crossterm = { version = "0.26", optional = true, default-features = false }
strum = "0.24"
strum_macros = "0.24"
unicode-width = "0.1"
console = { version = "0.15.1", optional = true }
console = { version = "0.15", optional = true }

[dev-dependencies]
criterion = "0.4"
Expand Down

0 comments on commit 9f053d2

Please sign in to comment.