Skip to content

Commit

Permalink
rust msrv 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGrandperrin committed May 21, 2024
1 parent f2c319c commit 2645b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.47.0
toolchain: 1.63.0
override: true
- name: Install Deps
run: sudo apt-get install --no-install-recommends build-essential binutils-dev libunwind-dev libblocksruntime-dev liblzma-dev
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "honggfuzz"
version = "0.5.56"
edition = "2021"
rust-version = "1.63"
authors = ["Paul Grandperrin <[email protected]>"]
license = "MIT/Apache-2.0/Unlicense/WTFPL"
repository = "https://github.com/rust-fuzz/honggfuzz-rs"
Expand Down

0 comments on commit 2645b0f

Please sign in to comment.