Skip to content

Commit 9ac8507

Browse files
RuoqingHestefano-garzarella
authored andcommitted
ci: Update rust-vmm-ci to g042b206
Update rust-vmm-ci to g042b206, and set toolchain to 1.63.0 to workaround cargo audit problem. Signed-off-by: Ruoqing He <[email protected]>
1 parent a9b6dc8 commit 9ac8507

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

rust-toolchain.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[toolchain]
2+
channel = "1.63.0"
3+
components = ["rust-src", "rustfmt", "clippy"]
4+
targets = [
5+
"x86_64-unknown-linux-gnu",
6+
"x86_64-unknown-linux-musl",
7+
"aarch64-unknown-linux-gnu",
8+
"aarch64-unknown-linux-musl",
9+
]
10+

0 commit comments

Comments
 (0)