Skip to content

Commit 7731670

Browse files
committed
Limit deps' features
1 parent b78816a commit 7731670

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
@@ -31,7 +31,7 @@ panic = "abort"
3131
doctest = false
3232

3333
[dependencies]
34-
arrayvec = "0.7.4"
34+
arrayvec = { version = "0.7.4", default-features = false }
3535
rgb = { version = "0.8.47", default-features = false, features = ["bytemuck"] }
3636
rayon = { version = "1.10.0", optional = true }
3737
thread_local = { version = "1.1.8", optional = true }

0 commit comments

Comments
 (0)