Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita32845f

Browse files
committed
Update support for being built in rust-lang/rust
This commit updates the support necessary for this crate to be built asa dependency of `getopts` which is a dependency of the `test` cratewhich is built in rust-lang/rust. This change will be required to landrust-lang/rust#63637 where Rust's build system is being tweakedslightly. This is intended to not have any impact on other users of thiscrate and the `Cargo.toml` features here should only be used by Rust'sown build system.
1 parentff4923a commita32845f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎Cargo.toml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ according to Unicode Standard Annex #11 rules.
1717

1818
exclude = ["target/*","Cargo.lock" ]
1919

20+
[dependencies]
21+
std = {version ="1.0",package ="rustc-std-workspace-std",optional =true }
22+
core = {version ="1.0",package ="rustc-std-workspace-core",optional =true }
23+
compiler_builtins = {version ="0.1",optional =true }
24+
2025
[features]
2126
default = []
2227
no_std = []
2328
bench = []
29+
rustc-dep-of-std = ['std','core','compiler_builtins']

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp