Skip to content

Commit c986438

Browse files
committed
cleanup
1 parent fcbae3a commit c986438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: compile-env is self
2323
run: just _ci-compile-env-hack
2424
- name: install rust
25-
run: just install-rust-toolchain 1.81.0
25+
run: just install-rust-toolchain
2626
- run: just cargo build
2727
- run: just cargo build --debug
2828
- run: just cargo build --release

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ debug := "false"
1010
_just_debuggable_ := if debug == "true" { "set -x" } else { "" }
1111

1212
default_target := "x86_64-unknown-linux-musl"
13-
toolchain := "1.80.0"
13+
toolchain := "1.80.1"
1414
default_profile := "debug"
1515

1616
_container_source := "ghcr.io/githedgehog/dpdk-sys"

0 commit comments

Comments
 (0)