Skip to content

Commit

Permalink
Shrink version requirements to actual minimal requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer committed Jan 25, 2024
1 parent 870c7ea commit e461abd
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 @@ -14,11 +14,11 @@ repository = "https://github.com/smessmer/binary-layout"
version = "3.2.0"

[dependencies]
doc-comment = "^0.3.3"
paste = "^1.0.9"
doc-comment = "^0.3"
paste = "^1.0"

[dev-dependencies]
rand = "^0.8.5"
rand = "^0.8"

[features]
default = ["std"]
Expand Down

0 comments on commit e461abd

Please sign in to comment.