aboutsummaryrefslogtreecommitdiffstats
path: root/lampada/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 /lampada/Cargo.toml
parentca6f2fc317f1c56a6ac779d80c96cb818903c6bf (diff)
downloadluz-66cd4d48142124d920e5cc57f685555d279b8c7a.tar.gz
luz-66cd4d48142124d920e5cc57f685555d279b8c7a.tar.bz2
luz-66cd4d48142124d920e5cc57f685555d279b8c7a.zip
chore: downgrade futureswasm
Diffstat (limited to 'lampada/Cargo.toml')
-rw-r--r--lampada/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lampada/Cargo.toml b/lampada/Cargo.toml
index 090aa9f..3f3a803 100644
--- a/lampada/Cargo.toml
+++ b/lampada/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-futures = "0.3.31"
+futures = "0.3.30"
luz = { version = "0.1.0", path = "../luz" }
peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" }
jid = { version = "0.1.0", path = "../jid" }