diff options
| author | 2025-04-21 17:08:36 +0100 | |
|---|---|---|
| committer | 2025-04-21 17:08:36 +0100 | |
| commit | 66cd4d48142124d920e5cc57f685555d279b8c7a (patch) | |
| tree | 6d7c27d4c765c4ce24e0841fc44fd0027a1d9872 /filamento | |
| parent | ca6f2fc317f1c56a6ac779d80c96cb818903c6bf (diff) | |
| download | luz-66cd4d48142124d920e5cc57f685555d279b8c7a.tar.gz luz-66cd4d48142124d920e5cc57f685555d279b8c7a.tar.bz2 luz-66cd4d48142124d920e5cc57f685555d279b8c7a.zip | |
chore: downgrade futures
Diffstat (limited to '')
| -rw-r--r-- | filamento/Cargo.toml | 2 | 
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" | 
