Skip to content

Commit 1cab115

Browse files
committed
Bump version of num-traits to 0.2.16
1 parent fc69eab commit 1cab115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

naga/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ half = { workspace = true, features = ["arbitrary", "num-traits"] }
9595
rustc-hash.workspace = true
9696
indexmap.workspace = true
9797
log = "0.4"
98-
num-traits = "0.2"
98+
# We require 0.2.16 to have `FromBytes` and `ToBytes` which `half` require.
99+
num-traits = "0.2.16"
99100
strum = { workspace = true, optional = true }
100101
spirv = { version = "0.3", optional = true }
101102
thiserror.workspace = true

0 commit comments

Comments
 (0)