Skip to content

Commit

Permalink
Merge pull request #70 from charles-r-earp/half-version-req
Browse files Browse the repository at this point in the history
relax half version req
  • Loading branch information
charles-r-earp committed May 28, 2024
2 parents e620edd + e06e5bf commit 0b65f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bytemuck.workspace = true
byteorder = { version = "1.4.3", optional = true }
dirs = { version = "3.0.2", optional = true }
flate2 = { version = "1.0.20", optional = true }
half = { version = "=2.1.0", features = ["num-traits", "bytemuck", "serde"] }
half = { version = "2.1.0", features = ["num-traits", "bytemuck", "serde"] }
paste = "1.0.7"
dry = "0.1.1"
crunchy = { version = "0.2.2" }
Expand Down

0 comments on commit 0b65f5c

Please sign in to comment.