diff options
author | 2025-05-10 12:18:58 +0100 | |
---|---|---|
committer | 2025-05-10 12:19:30 +0100 | |
commit | b2b7a71a7627529a5d078b65e86c3d59ed1f7521 (patch) | |
tree | 65bd038ac6417f0a991703947a8926c4c3e20d65 | |
parent | f4cc2703dda3b81836a5637b55ee4e4e20639313 (diff) | |
download | luz-b2b7a71a7627529a5d078b65e86c3d59ed1f7521.tar.gz luz-b2b7a71a7627529a5d078b65e86c3d59ed1f7521.tar.bz2 luz-b2b7a71a7627529a5d078b65e86c3d59ed1f7521.zip |
chore(filamento): update reactive_stores to 0.2.2
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 97c2931..90d2d73 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -45,7 +45,7 @@ sha1 = "0.10.6" image = "0.25.6" hex = "0.4.3" serde = { version = "1.0.219", features = ["derive"], optional = true } -reactive_stores = { version = "0.1.8", optional = true } +reactive_stores = { version = "0.2.2", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tokio = { workspace = true, features = ["sync", "time", "rt", "fs", "io-std"] } |