We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c319c commit 2645b0fCopy full SHA for 2645b0f
2 files changed
.github/workflows/rust.yml
@@ -59,7 +59,7 @@ jobs:
59
- uses: actions-rs/toolchain@v1
60
with:
61
profile: minimal
62
- toolchain: 1.47.0
+ toolchain: 1.63.0
63
override: true
64
- name: Install Deps
65
run: sudo apt-get install --no-install-recommends build-essential binutils-dev libunwind-dev libblocksruntime-dev liblzma-dev
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "honggfuzz"
3
version = "0.5.56"
4
edition = "2021"
5
+rust-version = "1.63"
6
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
7
license = "MIT/Apache-2.0/Unlicense/WTFPL"
8
repository = "https://github.com/rust-fuzz/honggfuzz-rs"
0 commit comments