diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c2d178..34625fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index b766b3c..6908d0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"