1 Commits

Author SHA1 Message Date
b571ed1bd0 Update rust Docker tag to v1.87
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful
2025-05-16 00:02:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ config = "./spellcheck.toml"
[dependencies]
# Errors
anyhow = "1.0.75"
thiserror = "2.0.0"
thiserror = "1.0.50"
# Async
async-std = "1.12.0"
@@ -44,7 +44,7 @@ tracing = "0.1.40"
tracing-forest = "0.1.6"
# SCSS -> CSS + usage in rust code
turf = "0.10.0"
turf = "0.9.3"
# Dioxus
dioxus-free-icons = { version = "0.9", features = ["ionicons", "font-awesome-solid"] }

View File

@@ -1,4 +1,4 @@
FROM rust:1.88 AS builder
FROM rust:1.87 AS builder
RUN apt update \
&& apt install -y --no-install-recommends libclang-dev hunspell \