Unpin Rust nightly

The issues with core::sync::atomic got fixed.

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
pull/78/head
Michal Rostecki 2 years ago
parent 80a7c5b53c
commit 11f406414e

@ -47,10 +47,10 @@ jobs:
with: with:
toolchain: stable 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 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly-2023-01-10 toolchain: nightly
components: rust-src components: rust-src
- name: Install bpf-linker - name: Install bpf-linker

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

Loading…
Cancel
Save