Bump version
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Aode (lion) 2021-12-04 14:45:15 -06:00
parent c656cd601e
commit efef681b91
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -819,9 +819,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.108"
version = "0.2.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
[[package]]
name = "local-channel"
@ -1112,7 +1112,7 @@ dependencies = [
[[package]]
name = "pict-rs-proxy"
version = "0.3.0-alpha.14"
version = "0.3.0-alpha.15"
dependencies = [
"actix-rt",
"actix-web",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs-proxy"
description = "A simple web frontend for pict-rs"
version = "0.3.0-alpha.14"
version = "0.3.0-alpha.15"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"