Bump version
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-12-23 21:46:03 -06:00
parent bd3cdc925e
commit 8e7206ce4e
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -1540,9 +1540,9 @@ dependencies = [
[[package]]
name = "object"
version = "0.32.1"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
@ -1738,7 +1738,7 @@ dependencies = [
[[package]]
name = "pict-rs"
version = "0.5.0-rc.6"
version = "0.5.0-rc.7"
dependencies = [
"actix-form-data",
"actix-web",

View file

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

View file

@ -11,7 +11,7 @@
rustPlatform.buildRustPackage {
pname = "pict-rs";
version = "0.5.0-rc.6";
version = "0.5.0-rc.7";
src = ./.;
cargoLock = {