Bump version

This commit is contained in:
asonix 2023-09-29 19:01:13 -05:00
parent ddbfdfe2b8
commit f17ef1b13b
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1819,7 +1819,7 @@ dependencies = [
[[package]] [[package]]
name = "pict-rs" name = "pict-rs"
version = "0.5.0-alpha.17" version = "0.5.0-alpha.18"
dependencies = [ dependencies = [
"actix-form-data", "actix-form-data",
"actix-web", "actix-web",

View File

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

View File

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