Unpin Rust nightly
The issues with core::sync::atomic got fixed. Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>pull/78/head
parent
80a7c5b53c
commit
11f406414e
@ -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…
Reference in New Issue