Skip to content

Commit 04dfdd5

Browse files
fixup! Bump version of num-traits to 0.2.16
1 parent 1361805 commit 04dfdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naga/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ half = { workspace = true, features = ["arbitrary", "num-traits"] }
9595
rustc-hash.workspace = true
9696
indexmap.workspace = true
9797
log = "0.4"
98-
# We require 0.2.16 to have `FromBytes` and `ToBytes` which `half` require.
98+
# `half` requires 0.2.16 for `FromBytes` and `ToBytes`.
9999
num-traits = "0.2.16"
100100
strum = { workspace = true, optional = true }
101101
spirv = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)