wala-rust

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

commit e0ef9574b1763a99092c1a8f1073187cc711b664
parent 6b9324382b5f3faff3fe65c9b9751702589f9f80
Author: lash <dev@holbrook.no>
Date:   Tue, 10 Sep 2024 15:09:22 +0100

Bump to beta, add beta string to package version

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wala" -version = "0.1.8" +version = "0.1.8-beta.1" edition = "2021" rust-version = "1.67" license = "GPL-3.0-or-later"