From ee0037c5c585da7a5193a27bc9035a53e0b7067c Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 7 Jan 2024 09:23:00 -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 5d71024..213d1c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1707,7 +1707,7 @@ dependencies = [ [[package]] name = "pict-rs" -version = "0.5.0-rc.10" +version = "0.5.0" dependencies = [ "actix-form-data", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 0cdf536..dea47c0 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.10" +version = "0.5.0" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/pict-rs.nix b/pict-rs.nix index a4093ba..59c3659 100644 --- a/pict-rs.nix +++ b/pict-rs.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage { pname = "pict-rs"; - version = "0.5.0-rc.10"; + version = "0.5.0"; src = ./.; cargoLock = {