Skip to content

Commit

Permalink
Align the rest of the versions to ^ to pick up minor changes automati…
Browse files Browse the repository at this point in the history
…cally.
  • Loading branch information
fnordpig committed Jun 1, 2023
1 parent 4a346ec commit 77f942a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ authors = ["Max Niederman <max@maxniederman.com>"]
edition = "2021"

[dependencies]
structopt = "0.3"
structopt = "^0.3"
dirs = "^5.0"
crossterm = "^0.26"
rust-embed = "6.4"
rust-embed = "^6.4"
toml = "^0.7"

[dependencies.tui]
version = "0.19"
version = "^0.19"
default-features = false
features = ["crossterm"]

[dependencies.rand]
version = "0.8"
version = "^0.8"
features = ["alloc"]

[dependencies.serde]
version = "1.0"
version = "^1.0"
features = ["derive"]

[build-dependencies]
Expand Down

0 comments on commit 77f942a

Please sign in to comment.