shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit 33501f0ea2699af7213e05fc866022b1a18220b5
parent 7bdbe151a35583da01898788778a677d42e42a1e
Author: mokou <mokou@posteo.de>
Date:   Sun, 17 Jan 2021 14:37:44 +0100

release: Promote ware to 1.0

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

diff --git a/ware/Cargo.toml b/ware/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ware" description = "Immutable middleware chains" -version = "0.1.0" +version = "1.0.0" authors = ["marisa <mokou@posteo.de>"] edition = "2018" repository = "https://github.com/fmoko/shtola/tree/master/ware"