release: ware 2.0.2

This commit is contained in:
liv 2023-03-19 17:23:17 +01:00
parent ff84258f0c
commit 369a03aac6
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -920,7 +920,7 @@ dependencies = [
"serde_yaml", "serde_yaml",
"tera", "tera",
"walkdir", "walkdir",
"ware 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "ware 2.0.1",
] ]
[[package]] [[package]]
@ -938,7 +938,7 @@ dependencies = [
"serde_yaml", "serde_yaml",
"tera", "tera",
"walkdir", "walkdir",
"ware 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "ware 2.0.1",
] ]
[[package]] [[package]]
@ -1240,12 +1240,12 @@ dependencies = [
[[package]] [[package]]
name = "ware" name = "ware"
version = "2.0.1" version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c620b6e5987577c1ecfab414d4b984617178a6bfee7b564b8e9dd449be5c934"
[[package]] [[package]]
name = "ware" name = "ware"
version = "2.0.1" version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c620b6e5987577c1ecfab414d4b984617178a6bfee7b564b8e9dd449be5c934"
[[package]] [[package]]
name = "wasi" name = "wasi"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "ware" name = "ware"
description = "Simple middleware chains" description = "Simple middleware chains"
version = "2.0.1" version = "2.0.2"
authors = ["Liv <shadows_withal@fastmail.com>"] authors = ["Liv <shadows_withal@fastmail.com>"]
edition = "2021" edition = "2021"
repository = "https://codeberg.org/shadows_withal/shtola/src/branch/main/ware" repository = "https://codeberg.org/shadows_withal/shtola/src/branch/main/ware"