Bump version

This commit is contained in:
asonix 2021-02-10 15:23:43 -06:00
parent 7494f41d67
commit 30e9343f4c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1129,7 +1129,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]] [[package]]
name = "pict-rs-aggregator" name = "pict-rs-aggregator"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"anyhow", "anyhow",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pict-rs-aggregator" name = "pict-rs-aggregator"
version = "0.1.3" version = "0.1.4"
authors = ["asonix <asonix@asonix.dog>"] authors = ["asonix <asonix@asonix.dog>"]
edition = "2018" edition = "2018"
build = "src/build.rs" build = "src/build.rs"