Skip to content

Commit

Permalink
Merge pull request #252 from rust-amplify/v4.0
Browse files Browse the repository at this point in the history
Update amplify_num, bump MSRV and version
  • Loading branch information
dr-orlovsky committed Feb 15, 2024
2 parents 16830e7 + 0ace401 commit 86e248f
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 301 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
feature: [ serde, std, alloc, parse_arg, stringly_conversions, rand, c_raw, proc_attr, hex, apfloat ]
feature: [ serde, std, alloc, stringly_conversions, rand, c_raw, proc_attr, hex, apfloat ]
steps:
- uses: actions/checkout@v2
- name: Install rust stable
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [ nightly, beta, stable, 1.66.0 ]
toolchain: [ nightly, beta, stable, 1.69.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{matrix.toolchain}}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install rustc 1.66.0
- name: Install rustc 1.70.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
toolchain: 1.70.0
override: true
components: rustfmt
- uses: Swatinem/rust-cache@v2
Expand All @@ -30,10 +30,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install rustc 1.66.0
- name: Install rustc 1.70.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
toolchain: 1.70.0
override: true
components: clippy
- uses: Swatinem/rust-cache@v2
Expand All @@ -46,10 +46,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install rustc 1.66.0
- name: Install rustc 1.70.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.0
toolchain: 1.70.0
override: true
components: rust-docs
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 86e248f

Please sign in to comment.