Skip to content

Commit

Permalink
Update MSRV from 1.36 to 1.47 (#192)
Browse files Browse the repository at this point in the history
1.47 is about 4 years old and is needed for `offset_from`.
  • Loading branch information
hkBst authored Dec 2, 2024
1 parent 9f6702b commit 390a6d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.36.0
toolchain: 1.47.0
override: true

# Only build, dev-dependencies don't compile on 1.36.0
# Only build, dev-dependencies don't compile on 1.47.0
- name: Build
uses: actions-rs/cargo@v1
with:
Expand All @@ -179,11 +179,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.36.0
toolchain: 1.47.0
override: true
target: aarch64-unknown-linux-gnu

# Only build, dev-dependencies don't compile on 1.36.0
# Only build, dev-dependencies don't compile on 1.47.0
- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 390a6d3

Please sign in to comment.