Skip to content

Commit a39628b

Browse files
committed
Add a dependency on core as well
... for rust-lang/rust#63637
1 parent ba2bece commit a39628b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ categories = ["command-line-interface"]
1616
[dependencies]
1717
unicode-width = "0.1.5"
1818
std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }
19+
core = { version = "1.0", package = "rustc-std-workspace-core", optional = true }
1920

2021
[dev-dependencies]
2122
log = "0.4"
2223

2324
[features]
24-
rustc-dep-of-std = ['unicode-width/rustc-dep-of-std', 'std']
25+
rustc-dep-of-std = ['unicode-width/rustc-dep-of-std', 'std', 'core']

0 commit comments

Comments
 (0)