diff --git a/Cargo.lock b/Cargo.lock index 73d7067..622e6b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1738,7 +1738,7 @@ dependencies = [ [[package]] name = "pict-rs" -version = "0.5.0-rc.4" +version = "0.5.0-rc.5" dependencies = [ "actix-form-data", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index c817f0a..2b4a8c9 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.4" +version = "0.5.0-rc.5" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/pict-rs.nix b/pict-rs.nix index 42255f8..e643b75 100644 --- a/pict-rs.nix +++ b/pict-rs.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage { pname = "pict-rs"; - version = "0.5.0-rc.4"; + version = "0.5.0-rc.5"; src = ./.; cargoLock = {