We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb1e98 commit a451f21Copy full SHA for a451f21
3 files changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: houseabsolute/actions-rust-cross@v0
42
with:
43
target: ${{ matrix.target }}
44
- toolchain: 1.88.0
+ toolchain: 1.95.0
45
args: "--locked --release --bin wastebin --bin wastebin-ctl"
46
strip: true
47
.github/workflows/rust.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout repo
17
uses: actions/checkout@v4
18
- name: Install Rust
19
- uses: dtolnay/rust-toolchain@1.88.0
+ uses: dtolnay/rust-toolchain@1.95.0
20
21
components: clippy,rustfmt
22
- run: cargo clippy -- -Dwarnings
.github/workflows/theme-showcase.yml
@@ -21,7 +21,7 @@ jobs:
23
24
25
26
- name: Build
27
run: |
0 commit comments