-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Update std and test to newest crates.io versions #143004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The job Click to see the possible cause of the failure (guessed by this bot)
|
The job Click to see the possible cause of the failure (guessed by this bot)
|
|
||
[target.x86_64-fortanix-unknown-sgx.dependencies] | ||
fortanix-sgx-abi = { version = "0.5.0", features = [ | ||
fortanix-sgx-abi = { version = "0.6.0", features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you actually tests that this still works?
'rustc-dep-of-std', | ||
], public = true } | ||
|
||
[target.'cfg(target_os = "wasi")'.dependencies] | ||
wasi = { version = "0.11.0", features = [ | ||
wasi = { version = "0.14.2+wasi-0.2.4", features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
Several of these already use the latest version in Cargo.lock. |
Just some updates to the
Cargo.toml
ofstd
andtest
.