From 50c2c120346a44694fd971ea880f709ddf9c91c3 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Sun, 21 Jul 2024 00:39:11 -0400 Subject: [PATCH] v1.0.2 --- .woodpecker.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1206f27..127162d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,5 @@ variables: - - &rust_image "rust:1.78-slim-bookworm" + - &rust_image "rust:1.79-slim-bookworm" steps: toml_fmt: diff --git a/Cargo.toml b/Cargo.toml index c910ba9..7c7a74b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["api-bindings", "wasm"] [dependencies] cfg-if = "1.0.0" http = "1.1" -lemmy_api_common = "=0.19.4" +lemmy_api_common = "=0.19.5" serde = "1.0" leptos = { version = "0.6", optional = true } serde_json = "1.0"