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-13 22:50:30 -05:00
parent 1185dcaf0e
commit 5b3f8f4d15
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.4.1-rc.1"
version = "0.4.1-rc.2"
dependencies = [
"actix-form-data",
"actix-rt",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs"
description = "A simple image hosting service"
version = "0.4.1-rc.1"
version = "0.4.1-rc.2"
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.4.1-rc.1";
version = "0.4.1-rc.2";
src = ./.;
cargoLock = {