Skip to content

Commit

Permalink
Follow the Alpine 3.19 Rust version: 1.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 13, 2024
1 parent de9502a commit 01fe375
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.76
toolchain: 1.72
override: true
target: ${{ matrix.arch }}-unknown-${{ matrix.os }}-${{ matrix.variant }}
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.76
toolchain: 1.72
override: true
target: ${{ matrix.arch }}-unknown-${{ matrix.os }}-${{ matrix.variant }}
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.76
toolchain: 1.72
override: true
- name: Build
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "mail-autodiscover-autoconfig"
version = "1.6.1"
authors = ["William Desportes <[email protected]>"]
edition = "2021"
rust-version = "1.76"
rust-version = "1.72"
build = "src/build.rs"

[badges]
Expand Down

0 comments on commit 01fe375

Please sign in to comment.