Update version
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
asonix 2024-02-01 17:13:11 -06:00
parent 26d4c3efe9
commit d1ab413bf3
3 changed files with 3 additions and 6 deletions

2
Cargo.lock generated
View file

@ -1797,7 +1797,7 @@ dependencies = [
[[package]]
name = "pict-rs-proxy"
version = "0.5.0-alpha.1"
version = "0.5.0"
dependencies = [
"actix-rt",
"actix-web",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs-proxy"
description = "A simple web frontend for pict-rs"
version = "0.5.0-alpha.1"
version = "0.5.0"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -6,13 +6,10 @@
rustPlatform.buildRustPackage {
pname = "pict-rs-proxy";
version = "0.5.0-alpha.1";
version = "0.5.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";
nativeBuildInputs = [ ];
passthru.tests = { inherit (nixosTests) pict-rs-proxy; };