Bump version

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]] [[package]]
name = "pict-rs" name = "pict-rs"
version = "0.4.0-rc.9" version = "0.4.0-rc.10"
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.4.0-rc.9" version = "0.4.0-rc.10"
authors = ["asonix <asonix@asonix.dog>"] authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0" license = "AGPL-3.0"
readme = "README.md" readme = "README.md"

View File

@ -2,7 +2,7 @@ version: '3.3'
services: services:
pictrs: pictrs:
image: asonix/pictrs:0.4.0-rc.9 image: asonix/pictrs:0.4.0-rc.10
ports: ports:
- "127.0.0.1:8080:8080" - "127.0.0.1:8080:8080"
restart: always restart: always

View File

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

View File

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