Attempt to implement and test setting static ips from instance metadata

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-07 00:06:55 +02:00
parent dd1cfa79e7
commit 47dbb7cdd3
Signed by: khs
GPG key ID: C7D890804F01E9F0
16 changed files with 258 additions and 59 deletions

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "1.88.0"
components = ["rustfmt", "clippy", "cargo"]
components = ["rustfmt", "clippy", "cargo", "rust-src"]
profile = "minimal"