qmonnet / rbpf

Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
922 stars 235 forks source link

.appveyor.yml: Use 'stable' channel for Rust version #103

Closed qmonnet closed 7 months ago

qmonnet commented 7 months ago

Don't pin to a specific version in Appveyor. This is less deterministic for the tests, but because we don't run them often anyway we want to use up-to-date versions when we do. And this is consistent with the Linux workflows.