Add Rust 1.80.1 to CI

reviewable/pr125/r1
Tamir Duberstein 3 months ago
parent 8250a09bc0
commit 7425e7bd2d

@ -21,6 +21,9 @@ jobs:
strategy:
fail-fast: false
matrix:
rust:
- stable
- 1.80.1
program:
- kprobe
- kretprobe
@ -49,8 +52,9 @@ jobs:
with:
components: rust-src,rustfmt
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
components: clippy
- uses: Swatinem/rust-cache@v2

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
{{project-name}}-common = { path = "../{{project-name}}-common", features = ["user"] }
anyhow = { workspace = true }
anyhow = { workspace = true, default-features = true }
aya = { workspace = true }
aya-log = { workspace = true }
env_logger = {workspace = true }

Loading…
Cancel
Save