aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-21 17:08:36 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-21 17:08:36 +0100
commit66cd4d48142124d920e5cc57f685555d279b8c7a (patch)
tree6d7c27d4c765c4ce24e0841fc44fd0027a1d9872 /filamento/Cargo.toml
parentca6f2fc317f1c56a6ac779d80c96cb818903c6bf (diff)
downloadluz-66cd4d48142124d920e5cc57f685555d279b8c7a.tar.gz
luz-66cd4d48142124d920e5cc57f685555d279b8c7a.tar.bz2
luz-66cd4d48142124d920e5cc57f685555d279b8c7a.zip
chore: downgrade futureswasm
Diffstat (limited to 'filamento/Cargo.toml')
-rw-r--r--filamento/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml
index 9fcf247..04fd90c 100644
--- a/filamento/Cargo.toml
+++ b/filamento/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-futures = "0.3.31"
+futures = "0.3.30"
lampada = { version = "0.1.0", path = "../lampada" }
tokio = { workspace = true }
thiserror = "2.0.11"