From 366bd9b7c95f25bd2e3c40d565c01dc81d736fad Mon Sep 17 00:00:00 2001 From: Maximilian Pohl Date: Wed, 8 May 2024 15:50:56 +0200 Subject: [PATCH] Version updates --- Cargo.toml | 4 ++-- compose.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 13ab2ab..4a51dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "image_thumbs" -version = "0.2.2" +version = "0.3.0" edition = "2021" repository = "https://github.com/tweedegolf/image-thumbs" keywords = ["GCS", "image", "thumbnails"] @@ -17,7 +17,7 @@ exclude = [ name = "basic" [dependencies] -object_store = { version = "0.9", features = ["gcp"] } +object_store = { version = "0.10.0", features = ["gcp"] } image = { version = "0.25", default-features = false, features = ["png", "jpeg"] } config = { version = "0.14", default-features = false, features = ["yaml"] } thiserror = "1.0" diff --git a/compose.yaml b/compose.yaml index 58e0e9a..b9a6517 100644 --- a/compose.yaml +++ b/compose.yaml @@ -12,7 +12,7 @@ services: rust-check: pull_policy: always - image: docker.tgrep.nl/docker/rust-dev:stable + image: ghcr.io/tweedegolf/rust-dev:stable working_dir: /app environment: CARGO_TARGET_DIR: .cargo