Bump versions
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2023-07-14 21:39:22 -05:00
parent f75a59d36a
commit eb736cf413
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1402,7 +1402,7 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pict-rs-proxy"
version = "0.5.0-alpha.0"
version = "0.5.0-alpha.1"
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.5.0-alpha.0"
version = "0.5.0-alpha.1"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -6,7 +6,7 @@
rustPlatform.buildRustPackage {
pname = "pict-rs-proxy";
version = "0.5.0-alpha.0";
version = "0.5.0-alpha.1";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;