Bump version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2022-10-01 22:52:05 -05:00
parent 669b3fb86f
commit 284b5d4145
3 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View file

@ -474,9 +474,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.0.7"
version = "4.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a1af219c3e254a8b4649d6ddaef886b2015089f35f2ac5e1db31410c0566ab8"
checksum = "5840cd9093aabeabf7fd932754c435b7674520fc3ddc935c397837050f0f1e4b"
dependencies = [
"atty",
"bitflags",
@ -489,9 +489,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.0.7"
version = "4.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd114ae53ce5a0670f43d2f169c1cd26c69b4896b0c121900cf1e4d06d67316c"
checksum = "92289ffc6fb4a85d85c246ddb874c05a87a2e540fb6ad52f7ca07c8c1e1840b1"
dependencies = [
"heck",
"proc-macro-error",
@ -1554,7 +1554,7 @@ dependencies = [
[[package]]
name = "pict-rs"
version = "0.4.0-beta.5"
version = "0.4.0-beta.6"
dependencies = [
"actix-form-data",
"actix-rt",

View file

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

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
pictrs:
image: asonix/pictrs:v0.4.0-beta.5
image: asonix/pictrs:v0.4.0-beta.6
ports:
- "127.0.0.1:8080:8080"
restart: always