Skip to content

Commit

Permalink
build: bump MSRV to 1.85
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Feb 21, 2025
1 parent 1f11f46 commit 0e4f9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e4f9ef

Please sign in to comment.