wala-rust

Content-adressed HTTP file server
Info | Log | Files | Refs | README | LICENSE

commit a69ffc8cb7925daa8b70ebe524ef1fc78cf99c7d
parent c8521939de40ed17baa979038ec884f58fd96cc3
Author: lash <dev@holbrook.no>
Date:   Wed, 10 Jul 2024 17:38:08 +0100

Add toolchain spec to readme

Diffstat:
MREADME | 4++++
MREADME.txt | 4++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -1,3 +1,7 @@ +Make sure you use the following toolchain (rustup): + +nightly-2022-11-14-x86_64-unknown-linux-gnu + Build the binaries: $ cargo build --all-features --release diff --git a/README.txt b/README.txt @@ -1,3 +1,7 @@ +Make sure you use the following toolchain (rustup): + +nightly-2022-11-14-x86_64-unknown-linux-gnu + Build the binaries: $ cargo build --all-features --release