We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa3c98 commit 26edfc4Copy full SHA for 26edfc4
Cargo.toml
@@ -47,7 +47,7 @@ rgb = { version = "0.8.47", default-features = false, features = ["bytemuck"] }
47
rayon = { version = "1.10.0", optional = true }
48
thread_local = { version = "1.1.8", optional = true }
49
# Used only in no_std
50
-hashbrown = { version = "0.15.4", optional = true, default-features = false, features = ["alloc"] }
+hashbrown = { version = "0.15.4", optional = true, default-features = false }
51
52
[dev-dependencies]
53
lodepng = "3.10"
0 commit comments