Bump version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2024-02-01 18:15:16 -06:00
parent 4a9e1b2bc4
commit ceace870d7
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1917,7 +1917,7 @@ dependencies = [
[[package]] [[package]]
name = "pict-rs-aggregator" name = "pict-rs-aggregator"
version = "0.5.0-beta.3" version = "0.5.0"
dependencies = [ dependencies = [
"actix-rt", "actix-rt",
"actix-web", "actix-web",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pict-rs-aggregator" name = "pict-rs-aggregator"
description = "A simple image aggregation service for pict-rs" description = "A simple image aggregation service for pict-rs"
version = "0.5.0-beta.3" version = "0.5.0"
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

@ -6,7 +6,7 @@
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "pict-rs-aggregator"; pname = "pict-rs-aggregator";
version = "0.5.0-beta.3"; version = "0.5.0";
src = ./.; src = ./.;
cargoLock.lockFile = ./Cargo.lock; cargoLock.lockFile = ./Cargo.lock;