dmitris / xcheck

test program to demo/investigate an issue with cargo (https://github.com/aya-rs/aya-template/pull/79)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcheck

cargo xtask shows "stable" instead of the expected "nightly" from the rust-toolchain.toml file in the xcheck-bpf subdirectory.

A change like in aya-rs/aya-template#79 (use rustup run nightly cargo -V) works around the issue.

Run 'cargo -V' in the xcheck-ebpf subdirectory:
Current dir: "\\\\?\\C:\\Users\\dmitris\\dev\\tmp\\xcheck\\xcheck-ebpf"
status: exit code: 0
cargo 1.67.0 (8ecd4f20a 2023-01-10)

About

test program to demo/investigate an issue with cargo (https://github.com/aya-rs/aya-template/pull/79)


Languages

Language:Rust 100.0%