Bump version
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
asonix 2024-01-04 10:31:16 -06:00
parent 7d4f44a540
commit 0f525d7d73
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1716,7 +1716,7 @@ dependencies = [
[[package]]
name = "pict-rs"
version = "0.5.0-rc.9"
version = "0.5.0-rc.10"
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.9"
version = "0.5.0-rc.10"
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.9";
version = "0.5.0-rc.10";
src = ./.;
cargoLock = {