Skip to content

Commit

Permalink
Update to rust 1.56.0 and edition 2021 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Nov 12, 2021
1 parent 42c819f commit ae8faa6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
strategy:
matrix:
rust:
- 1.55.0
- 1.56.0

steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install 1.55.0 toolchain
- name: Install 1.56.0 toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.55.0
toolchain: 1.56.0
override: true
components: rustfmt, clippy

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
strategy:
matrix:
rust:
- 1.55.0
- 1.56.0

steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install rust 1.55.0 toolchain
- name: Install rust 1.56.0 toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.55.0
toolchain: 1.56.0
override: true
components: rustfmt, clippy

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
strategy:
matrix:
rust:
- 1.55.0
- 1.56.0

steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install rust 1.55.0 toolchain
- name: Install rust 1.56.0 toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.55.0
toolchain: 1.56.0
override: true
components: rustfmt, clippy

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
strategy:
matrix:
rust:
- 1.55.0
- 1.56.0

steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install 1.55.0 toolchain
- name: Install 1.56.0 toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.55.0
toolchain: 1.56.0
override: true
components: rustfmt, clippy

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
strategy:
matrix:
rust:
- 1.55.0
- 1.56.0

steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install 1.55.0 toolchain
- name: Install 1.56.0 toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.55.0
toolchain: 1.56.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Library for working with circom circuits in plonk proof system"
homepage = "https://github.com/fluidex/plonkit"
license = "MIT"
repository = "https://github.com/fluidex/plonkit"
edition = "2018"
edition = "2021"

[[bin]]
name = "plonkit"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.55.0
1.56.0

0 comments on commit ae8faa6

Please sign in to comment.