Merge pull request #78 from vadorovsky/unpin-nightly

Unpin Rust nightly
pull/80/head
Michal Rostecki 2 years ago committed by GitHub
commit 16b8d42238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,10 +47,10 @@ jobs:
with:
toolchain: stable
- name: Install latest nightly (pinned to nightly-2023-01-10, https://github.com/aya-rs/aya/issues/490)
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-01-10
toolchain: nightly
components: rust-src
- name: Install bpf-linker

@ -1,5 +1,5 @@
[toolchain]
channel="nightly-2023-01-10"
channel="nightly"
# The source code of rustc, provided by the rust-src component, is needed for
# building eBPF programs.
components = [ "rustc", "rust-std", "cargo", "rust-docs", "rustfmt", "clippy", "rust-src" ]

Loading…
Cancel
Save