Update 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-07-13 20:05:05 -05:00
parent 5089122248
commit 113992cdc8
3 changed files with 3 additions and 5 deletions

2
Cargo.lock generated
View file

@ -1521,7 +1521,7 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pict-rs-aggregator"
version = "0.4.0-rc.2"
version = "0.5.0-alpha.0"
dependencies = [
"actix-rt",
"actix-web",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs-aggregator"
description = "A simple image aggregation service for pict-rs"
version = "0.4.0-rc.2"
version = "0.5.0-alpha.0"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -1,14 +1,12 @@
{ lib
, makeWrapper
, nixosTests
, protobuf
, rustPlatform
, stdenv
}:
rustPlatform.buildRustPackage {
pname = "pict-rs-aggregator";
version = "0.4.0-rc.2";
version = "0.5.0-alpha.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;