Skip to content

Commit 2645b0f

Browse files
rust msrv 1.63
1 parent f2c319c commit 2645b0f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions-rs/toolchain@v1
6060
with:
6161
profile: minimal
62-
toolchain: 1.47.0
62+
toolchain: 1.63.0
6363
override: true
6464
- name: Install Deps
6565
run: sudo apt-get install --no-install-recommends build-essential binutils-dev libunwind-dev libblocksruntime-dev liblzma-dev

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "honggfuzz"
33
version = "0.5.56"
44
edition = "2021"
5+
rust-version = "1.63"
56
authors = ["Paul Grandperrin <paul.grandperrin@gmail.com>"]
67
license = "MIT/Apache-2.0/Unlicense/WTFPL"
78
repository = "https://github.com/rust-fuzz/honggfuzz-rs"

0 commit comments

Comments
 (0)