Skip to content

Commit

Permalink
Merge pull request #1602 from oasisprotocol/matevz/bump/minimal-runtime
Browse files Browse the repository at this point in the history
deps: Bump rust toolchain to 2023-09-12 for examples
  • Loading branch information
matevz authored Dec 21, 2023
2 parents 5f1aa28 + d4145f4 commit 04e1597
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/contract-sdk/c10l-hello-world/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-01-16"
channel = "nightly-2023-09-12"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-fortanix-unknown-sgx", "wasm32-unknown-unknown" ]
profile = "minimal"
2 changes: 1 addition & 1 deletion examples/contract-sdk/hello-world/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-01-16"
channel = "nightly-2023-09-12"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-fortanix-unknown-sgx", "wasm32-unknown-unknown" ]
profile = "minimal"
2 changes: 1 addition & 1 deletion examples/runtime-sdk/minimal-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.4.0" }
oasis-runtime-sdk = { git = "https://github.com/oasisprotocol/oasis-sdk", tag = "runtime-sdk/v0.8.2" }
2 changes: 1 addition & 1 deletion examples/runtime-sdk/minimal-runtime/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-01-16"
channel = "nightly-2023-09-12"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-fortanix-unknown-sgx", "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit 04e1597

Please sign in to comment.