Bump versions

This commit is contained in:
asonix 2023-06-24 23:06:15 -05:00
parent 0d1df5ebc2
commit e128c63e50
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

@ -1645,7 +1645,7 @@ dependencies = [
[[package]] [[package]]
name = "pict-rs" name = "pict-rs"
version = "0.4.0-rc.7" version = "0.4.0-rc.8"
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.7" version = "0.4.0-rc.8"
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.7 image: asonix/pictrs:0.4.0-rc.8
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.7"; version = "0.4.0-rc.8";
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:v0.4.0-rc.7 # image: asonix/pictrs:v0.4.0-rc.8
# 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