Compare commits
5 Commits
b571ed1bd0
...
30b118a621
Author | SHA1 | Date | |
---|---|---|---|
30b118a621 | |||
c101fba07c | |||
01778866e0 | |||
ae57282dda | |||
0e022fabef |
@@ -13,7 +13,7 @@ config = "./spellcheck.toml"
|
||||
[dependencies]
|
||||
# Errors
|
||||
anyhow = "1.0.75"
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "2.0.0"
|
||||
|
||||
# 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.9.3"
|
||||
turf = "0.10.0"
|
||||
|
||||
# Dioxus
|
||||
dioxus-free-icons = { version = "0.9", features = ["ionicons", "font-awesome-solid"] }
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.86 AS builder
|
||||
FROM rust:1.88 AS builder
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y --no-install-recommends libclang-dev hunspell \
|
||||
|
Reference in New Issue
Block a user