shtola

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

commit 7c7c35fa347d11a5918e5006d040a28a0de5831d
parent bd9e8bff1f5c60fd68727c03afc482982049fd60
Author: mokou <mokou@posteo.de>
Date:   Sun, 17 Jan 2021 14:40:27 +0100

chore: Lock updates

Diffstat:
MCargo.lock | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ "serde_json", "serde_yaml", "walkdir", - "ware 0.1.0", + "ware 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -636,13 +636,13 @@ dependencies = [ [[package]] name = "ware" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b9c9f12bd457015eddc65fb44597e72b2091fc7e3ca250bb2a229969a9d589" +version = "1.0.0" [[package]] name = "ware" version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2551ee3bd2c00bbb1fa6d5a1084949ac427461405aff233ca5c62166b8addf6" [[package]] name = "winapi"