From fb909210ed4bc016c7b5afa79d051de74e6bf756 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 22 Dec 2023 14:06:48 -0600 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- pict-rs.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68d3d45..695a2a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1738,7 +1738,7 @@ dependencies = [ [[package]] name = "pict-rs" -version = "0.5.0-rc.2" +version = "0.5.0-rc.3" dependencies = [ "actix-form-data", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index a86d504..1ef3a31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pict-rs" description = "A simple image hosting service" -version = "0.5.0-rc.2" +version = "0.5.0-rc.3" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/pict-rs.nix b/pict-rs.nix index 2ed4211..c5f8eaa 100644 --- a/pict-rs.nix +++ b/pict-rs.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage { pname = "pict-rs"; - version = "0.5.0-rc.2"; + version = "0.5.0-rc.3"; src = ./.; cargoLock = {