Skip to content

Commit

Permalink
refactor: remove patch versions from added packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke committed May 4, 2023
1 parent d5c5487 commit 916d869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ pbkdf2 = { version = "0.12", features = ["simple"] }
text-colorizer = "1.0.0"
log = "0.4"
fern = "0.6"
bytes = "1.4.0"
text-to-png = "0.2.0"
indexmap = "1.9.3"
bytes = "1.4"
text-to-png = "0.2"
indexmap = "1.9"

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 916d869

Please sign in to comment.