Bump version

This commit is contained in:
asonix 2023-07-14 23:17:30 -05:00
parent 9871ad2ee0
commit 2cd7140874
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1642,7 +1642,7 @@ dependencies = [
[[package]]
name = "pict-rs"
version = "0.5.0-alpha.2"
version = "0.5.0-alpha.3"
dependencies = [
"actix-form-data",
"actix-rt",

View File

@ -1,7 +1,7 @@
[package]
name = "pict-rs"
description = "A simple image hosting service"
version = "0.5.0-alpha.2"
version = "0.5.0-alpha.3"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View File

@ -12,7 +12,7 @@
rustPlatform.buildRustPackage {
pname = "pict-rs";
version = "0.5.0-alpha.2";
version = "0.5.0-alpha.3";
src = ./.;
cargoLock = {