Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pohlm01 committed May 8, 2024
1 parent f2586f4 commit 366bd9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 366bd9b

Please sign in to comment.