Skip to content

Commit

Permalink
upgrade rust to 1.76.0 nightly - 2023-12-21
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Dec 12, 2024
1 parent 823248f commit d31addf
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ fail-fast = false
failure-output = "immediate-final"
# Show failed, flaky and retried, and slow tests.
status-level = "slow"
# Add retires for flaky tests
retries = { backoff = "exponential", count = 3, delay = "5s" }

[profile.ci.junit]
# Output a JUnit report under `target/nextest/ci/junit.xml`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ exclude = [
resolver = "2"

[workspace.package]
rust-version = "1.74.0"
rust-version = "1.76.0"

[profile.dev]
opt-level = 0
Expand Down
2 changes: 1 addition & 1 deletion consensus/enclave/trusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = { workspace = true }
[workspace]

[workspace.package]
rust-version = "1.74.0"
rust-version = "1.76.0"

[lib]
crate-type = ["staticlib"]
Expand Down
2 changes: 1 addition & 1 deletion fog/ingest/enclave/trusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = { workspace = true }
[workspace]

[workspace.package]
rust-version = "1.74.0"
rust-version = "1.76.0"

[lib]
crate-type = ["staticlib"]
Expand Down
2 changes: 1 addition & 1 deletion fog/ledger/enclave/trusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = { workspace = true }
[workspace]

[workspace.package]
rust-version = "1.74.0"
rust-version = "1.76.0"

[lib]
crate-type = ["staticlib"]
Expand Down
2 changes: 1 addition & 1 deletion fog/view/enclave/trusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = { workspace = true }
[workspace]

[workspace.package]
rust-version = "1.74.0"
rust-version = "1.76.0"

[lib]
crate-type = ["staticlib"]
Expand Down
2 changes: 1 addition & 1 deletion sgx/alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["MobileCoin"]
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[features]
default = ["oom_panic"]
Expand Down
2 changes: 1 addition & 1 deletion sgx/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
cc = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion sgx/compat-edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
mc-sgx-debug-edl = { path = "../debug-edl" }
Expand Down
2 changes: 1 addition & 1 deletion sgx/compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

# All dependencies are optional
[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sgx/css-dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
mc-sgx-css = { path = "../css" }
Expand Down
2 changes: 1 addition & 1 deletion sgx/css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
displaydoc = { version = "0.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion sgx/debug-edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
links = "sgx_debug_edl"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[build-dependencies]
cargo-emit = "0.2"
2 changes: 1 addition & 1 deletion sgx/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"
2 changes: 1 addition & 1 deletion sgx/enclave-id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
mc-sgx-types = { path = "../types" }
2 changes: 1 addition & 1 deletion sgx/panic-edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
links = "sgx_panic_edl"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[build-dependencies]
cargo-emit = "0.2"
2 changes: 1 addition & 1 deletion sgx/panic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["MobileCoin"]
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[features]
default = ["alloc", "panic_abort"]
Expand Down
2 changes: 1 addition & 1 deletion sgx/report-cache/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["MobileCoin"]
edition = "2021"
license = "GPL-3.0"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
displaydoc = { version = "0.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion sgx/report-cache/untrusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["MobileCoin"]
edition = "2021"
license = "GPL-3.0"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
displaydoc = { version = "0.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion sgx/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
mc-sgx-types = { path = "../types" }
Expand Down
2 changes: 1 addition & 1 deletion sgx/slog-edl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
links = "sgx_slog_edl"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[build-dependencies]
cargo-emit = "0.2"
2 changes: 1 addition & 1 deletion sgx/slog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion sgx/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["MobileCoin"]
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
mc-sgx-panic = { path = "../panic", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sgx/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license-file = "LICENSE"
documentation = "https://dingelish.github.io/"
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

include = [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion sgx/urts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["MobileCoin"]
license = "GPL-3.0"
readme = "README.md"
# TODO: Consider making sgx a self-contained workspace and get the value from there.
rust-version = "1.74.0"
rust-version = "1.76.0"

[dependencies]
mc-common = { path = "../../common", features = ["log"] }
Expand Down

0 comments on commit d31addf

Please sign in to comment.