Skip to content

Commit 9d69141

Browse files
committed
examples: Pin Rust nightly to 2023-01-10
We need to wait for the following fixes in Rust nightly to be able to use the newest one: * rust-lang/rust#106796 * rust-lang/rust#106856 Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
1 parent b5dbd06 commit 9d69141

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Install latest nightly
3030
uses: actions-rs/toolchain@v1
3131
with:
32-
toolchain: nightly
32+
toolchain: nightly-2023-01-10
3333
components: rust-src
3434

3535
- name: Install bpf-linker
36-
run: cargo +nightly install bpf-linker
36+
run: cargo install bpf-linker
3737

3838
- uses: Swatinem/rust-cache@v1
3939

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel="nightly"
2+
channel="nightly-2023-01-10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel="nightly"
2+
channel="nightly-2023-01-10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel="nightly"
2+
channel="nightly-2023-01-10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel="nightly"
2+
channel="nightly-2023-01-10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel="nightly"
2+
channel="nightly-2023-01-10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel="nightly"
2+
channel="nightly-2023-01-10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel="nightly"
2+
channel="nightly-2023-01-10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel="nightly"
2+
channel="nightly-2023-01-10"

0 commit comments

Comments
 (0)