2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2025-01-09 19:21:41 +00:00

Bump version

This commit is contained in:
asonix 2022-09-10 11:02:10 -05:00
parent ea60fe7e1d
commit 276eac29a6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1472,7 +1472,7 @@ dependencies = [
[[package]] [[package]]
name = "pict-rs" name = "pict-rs"
version = "0.3.1" version = "0.3.2"
dependencies = [ dependencies = [
"actix-form-data", "actix-form-data",
"actix-rt", "actix-rt",

View file

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