Skip to content

Commit

Permalink
Pin half dep to 2.2.1 to honor current 1.60 MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Feb 9, 2024
1 parent ce9de1c commit 09db470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ prost-derive = { version = "0.12.3", path = "prost-derive", optional = true }
[dev-dependencies]
criterion = { version = "0.4", default-features = false }
env_logger = { version = "0.10", default-features = false }
half = "=2.2.1" # half 2.3.0 MSRV is 1.70
log = "0.4"
proptest = "1"
rand = "0.8"
Expand Down

0 comments on commit 09db470

Please sign in to comment.