Skip to content

Commit

Permalink
Merge pull request #299 from okp4/ci/bump-rust-version-1_69
Browse files Browse the repository at this point in the history
Ci/bump rust version 1 69
  • Loading branch information
ErikssonJoakim authored Aug 1, 2023
2 parents 0f294af + beec4c4 commit 8cde60e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: steps.changed-rust-cargo.outputs.any_changed == 'true'
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if: steps.changed-rust-files.outputs.any_changed == 'true'
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand All @@ -153,7 +153,7 @@ jobs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
if: steps.changed-toml-files.outputs.any_changed == 'true'
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.69
default: true
override: true

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The project is structured around a set of Rust workspaces, each defining a smart

Be sure you have the following tools installed:

- [Rust](https://www.rust-lang.org/tools/install) v1.63.0 or higher
- [Rust](https://www.rust-lang.org/tools/install) v1.69 or higher
- [cargo-make](https://github.com/sagiegurari/cargo-make) v0.36.3 or higher
- [Docker](https://docs.docker.com/get-docker/)
- [jq](https://stedolan.github.io/jq/download/) v1.6 or higher
Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.60.0"
msrv = "1.69.0"
1 change: 1 addition & 0 deletions contracts/okp4-cognitarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
authors = ["OKP4"]
edition = "2021"
name = "okp4-cognitarium"
rust-version = "1.69"
version = "2.1.0"

exclude = [
Expand Down
1 change: 1 addition & 0 deletions contracts/okp4-law-stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
authors = ["OKP4"]
edition = "2021"
name = "okp4-law-stone"
rust-version = "1.69"
version = "2.1.0"

exclude = [
Expand Down
1 change: 1 addition & 0 deletions contracts/okp4-objectarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
authors = ["OKP4"]
edition = "2021"
name = "okp4-objectarium"
rust-version = "1.69"
version = "2.1.0"

exclude = [
Expand Down

0 comments on commit 8cde60e

Please sign in to comment.