From 3d0857ff6564000d1caf0882a3be95c5e655f108 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 13 Jul 2023 13:51:56 -0500 Subject: [PATCH] Acknowledge breaking changes from 0.4 --- 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 ddb1c7f..cb0c475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,7 +1642,7 @@ dependencies = [ [[package]] name = "pict-rs" -version = "0.4.1-rc.0" +version = "0.5.0-alpha.0" dependencies = [ "actix-form-data", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index a358933..c5ea308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pict-rs" description = "A simple image hosting service" -version = "0.4.1-rc.0" +version = "0.5.0-alpha.0" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/pict-rs.nix b/pict-rs.nix index f20bf1e..2f149f7 100644 --- a/pict-rs.nix +++ b/pict-rs.nix @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage { pname = "pict-rs"; - version = "0.4.1-rc.0"; + version = "0.5.0-alpha.0"; src = ./.; cargoLock = {