Skip to content

Commit

Permalink
Add a dependency on core as well
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 19, 2019
1 parent ba2bece commit a39628b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ categories = ["command-line-interface"]
[dependencies]
unicode-width = "0.1.5"
std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }
core = { version = "1.0", package = "rustc-std-workspace-core", optional = true }

[dev-dependencies]
log = "0.4"

[features]
rustc-dep-of-std = ['unicode-width/rustc-dep-of-std', 'std']
rustc-dep-of-std = ['unicode-width/rustc-dep-of-std', 'std', 'core']

0 comments on commit a39628b

Please sign in to comment.