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 b78816a commit 7731670Copy full SHA for 7731670
Cargo.toml
@@ -31,7 +31,7 @@ panic = "abort"
31
doctest = false
32
33
[dependencies]
34
-arrayvec = "0.7.4"
+arrayvec = { version = "0.7.4", default-features = false }
35
rgb = { version = "0.8.47", default-features = false, features = ["bytemuck"] }
36
rayon = { version = "1.10.0", optional = true }
37
thread_local = { version = "1.1.8", optional = true }
0 commit comments