Skip to content

Commit 77f942a

Browse files
committed
Align the rest of the versions to ^ to pick up minor changes automatically.
1 parent 4a346ec commit 77f942a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ authors = ["Max Niederman <[email protected]>"]
1010
edition = "2021"
1111

1212
[dependencies]
13-
structopt = "0.3"
13+
structopt = "^0.3"
1414
dirs = "^5.0"
1515
crossterm = "^0.26"
16-
rust-embed = "6.4"
16+
rust-embed = "^6.4"
1717
toml = "^0.7"
1818

1919
[dependencies.tui]
20-
version = "0.19"
20+
version = "^0.19"
2121
default-features = false
2222
features = ["crossterm"]
2323

2424
[dependencies.rand]
25-
version = "0.8"
25+
version = "^0.8"
2626
features = ["alloc"]
2727

2828
[dependencies.serde]
29-
version = "1.0"
29+
version = "^1.0"
3030
features = ["derive"]
3131

3232
[build-dependencies]

0 commit comments

Comments
 (0)