From 1510e7a47e69e9e6bd1ba0a62bc5c52bcaaa2143 Mon Sep 17 00:00:00 2001 From: Andrey Turkin Date: Thu, 17 Oct 2024 16:50:04 +0300 Subject: [PATCH] Update rust And add another working risc-v config template --- config/riscv64gc/minimal-net.toml | 14 ++++++++++++++ rust | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 config/riscv64gc/minimal-net.toml diff --git a/config/riscv64gc/minimal-net.toml b/config/riscv64gc/minimal-net.toml new file mode 100644 index 0000000..bcdb3af --- /dev/null +++ b/config/riscv64gc/minimal-net.toml @@ -0,0 +1,14 @@ +# Minimal network configuration + +include = ["../minimal-net.toml"] + +# Override the default settings here + +# General settings +[general] +# Filesystem size in MiB +# filesystem_size = 1024 + +# Package settings +[packages] +# example = {} \ No newline at end of file diff --git a/rust b/rust index 9b7c9fb..f0356d6 160000 --- a/rust +++ b/rust @@ -1 +1 @@ -Subproject commit 9b7c9fbd0aef4b69213f0c19573dca5ffb5d230c +Subproject commit f0356d6d5be9203bdcc7e16c4e8758285fae4b17