Skip to content

Commit 39a6218

Browse files
committed
refactor: remove patch versions from added packages
1 parent a20693d commit 39a6218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ pbkdf2 = { version = "0.12", features = ["simple"] }
4141
text-colorizer = "1.0.0"
4242
log = "0.4"
4343
fern = "0.6"
44-
bytes = "1.4.0"
45-
text-to-png = "0.2.0"
46-
indexmap = "1.9.3"
44+
bytes = "1.4"
45+
text-to-png = "0.2"
46+
indexmap = "1.9"
4747

4848
[dev-dependencies]
4949
rand = "0.8"

0 commit comments

Comments
 (0)