Bump version
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2023-07-02 21:13:31 -05:00
parent 6aff0775be
commit b1940ccc57
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

@ -1642,7 +1642,7 @@ dependencies = [
[[package]]
name = "pict-rs"
version = "0.4.0-rc.9"
version = "0.4.0-rc.10"
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-rc.9"
version = "0.4.0-rc.10"
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:0.4.0-rc.9
image: asonix/pictrs:0.4.0-rc.10
ports:
- "127.0.0.1:8080:8080"
restart: always

View file

@ -12,7 +12,7 @@
rustPlatform.buildRustPackage {
pname = "pict-rs";
version = "0.4.0-rc.9";
version = "0.4.0-rc.10";
src = ./.;
cargoLock = {

View file

@ -69,7 +69,7 @@ targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info'
#
# services:
# pictrs:
# image: asonix/pictrs:0.4.0-rc.9
# image: asonix/pictrs:0.4.0-rc.10
# ports:
# - "127.0.0.1:8080:8080"
# - "127.0.0.1:6669:6669" # this is the line that exposes console