0.5.0-beta.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2023-11-05 10:42:29 -06:00
parent d10adb60f9
commit ee5bfd6557
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1749,7 +1749,7 @@ dependencies = [
[[package]]
name = "pict-rs"
version = "0.5.0-alpha.20"
version = "0.5.0-beta.1"
dependencies = [
"actix-form-data",
"actix-web",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs"
description = "A simple image hosting service"
version = "0.5.0-alpha.20"
version = "0.5.0-beta.1"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"