diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fc358e..c231545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@master with: - toolchain: "1.83" + toolchain: "1.85" targets: ${{ matrix.target }} components: rustfmt - name: Install cross-compilation tools diff --git a/Cargo.toml b/Cargo.toml index 4f21631..69d77dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/kxxt/tracexec" keywords = ["trace", "ptrace", "exec", "execve", "utility"] categories = ["command-line-utilities", "development-tools::debugging"] default-run = "tracexec" -rust-version = "1.83" +rust-version = "1.85" exclude = ["/casts", "/screenshots"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html