We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbae3a commit c986438Copy full SHA for c986438
.github/workflows/build-project.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: compile-env is self
23
run: just _ci-compile-env-hack
24
- name: install rust
25
- run: just install-rust-toolchain 1.81.0
+ run: just install-rust-toolchain
26
- run: just cargo build
27
- run: just cargo build --debug
28
- run: just cargo build --release
justfile
@@ -10,7 +10,7 @@ debug := "false"
10
_just_debuggable_ := if debug == "true" { "set -x" } else { "" }
11
12
default_target := "x86_64-unknown-linux-musl"
13
-toolchain := "1.80.0"
+toolchain := "1.80.1"
14
default_profile := "debug"
15
16
_container_source := "ghcr.io/githedgehog/dpdk-sys"
0 commit comments