Skip to content

Commit f68d953

Browse files
committed
Minor Cargo.toml tidying.
1 parent 39716a2 commit f68d953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ bitflags = { version = "2.4.0", default-features = false }
2020
memoffset = { version = "0.9.0", optional = true }
2121
log = { version = "0.4.14", default-features = false, optional = true }
2222
rustix-futex-sync = { version = "0.2.1", optional = true }
23+
smallvec = { version = "1.11.1", optional = true, features = ["const_new"] }
2324

2425
# Optional logging backends for use with "origin-program". You can use any
2526
# external logger, but using these features allows origin to initialize the
@@ -40,7 +41,6 @@ errno = { version = "0.3.3", default-features = false, optional = true }
4041
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
4142
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
4243
compiler_builtins = { version = "0.1.101", optional = true }
43-
smallvec = { version = "1.11.1", optional = true, features = ["const_new"] }
4444

4545
[target.'cfg(not(target_arch = "arm"))'.dependencies.unwinding]
4646
version = "0.2.0"

0 commit comments

Comments
 (0)