Skip to content

Commit 26edfc4

Browse files
committed
Fix for build-std
1 parent 4aa3c98 commit 26edfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rgb = { version = "0.8.47", default-features = false, features = ["bytemuck"] }
4747
rayon = { version = "1.10.0", optional = true }
4848
thread_local = { version = "1.1.8", optional = true }
4949
# Used only in no_std
50-
hashbrown = { version = "0.15.4", optional = true, default-features = false, features = ["alloc"] }
50+
hashbrown = { version = "0.15.4", optional = true, default-features = false }
5151

5252
[dev-dependencies]
5353
lodepng = "3.10"

0 commit comments

Comments
 (0)