Skip to content

Commit

Permalink
msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaesar committed Oct 11, 2024
1 parent ce61b88 commit 69beacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70.0
toolchain: 1.80.1
override: true
target: ${{ matrix.job.target }}
components: rust-src
Expand All @@ -35,7 +35,6 @@ jobs:
command: build
- name: Rename result
run: |
rm target/${{ matrix.job.target }}/release/lls.d
cp target/${{ matrix.job.target }}/release/lls* lls-${{ matrix.job.exe }}
- name: upx
uses: svenstaro/upx-action@v2
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license = "MIT"
categories = ["command-line-utilities"]
keywords = ["listening", "socket", "linux", "cli"]
readme = "README.md"
rust-version = "1.74"

[dependencies]
anstyle = "1.0.8"
Expand Down

0 comments on commit 69beacc

Please sign in to comment.