diff --git a/Cargo.lock b/Cargo.lock index 2f9ad1a..35d1556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1633,7 +1633,7 @@ dependencies = [ [[package]] name = "pict-rs" -version = "0.4.2-rc.5" +version = "0.4.2" dependencies = [ "actix-form-data", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 3a348c5..a1a0fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pict-rs" description = "A simple image hosting service" -version = "0.4.2-rc.5" +version = "0.4.2" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/pict-rs.nix b/pict-rs.nix index 7c7a730..a432f92 100644 --- a/pict-rs.nix +++ b/pict-rs.nix @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage { pname = "pict-rs"; - version = "0.4.2-rc.5"; + version = "0.4.2"; src = ./.; cargoLock = {