Skip to content

Commit

Permalink
Revert "chore: pin dependencies to prevent msrv lapse"
Browse files Browse the repository at this point in the history
This reverts commit 4889908.
  • Loading branch information
arlyon committed Jun 20, 2022
1 parent 4889908 commit 7826eff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ hmac = { version = "0.12", optional = true }
sha2 = { version = "0.10", optional = true }
hex = { version = "0.4", optional = true }

# pinned deps to prevent msrv breakage
hashbrown = {version = "0.11.0,<0.12.0", optional = true}
time = {version = "0.3,<0.3.10", optional = true}

[dev-dependencies]
anyhow = "1.0.38"
Expand Down

0 comments on commit 7826eff

Please sign in to comment.