diff options
author | Melody Horn <melody@boringcactus.com> | 2025-06-04 18:21:59 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2025-06-04 18:21:59 -0600 |
commit | 17ec51b1f0d5025a59bf11977aa57b7461cd4495 (patch) | |
tree | dcc9b63c94f9cbc797cc643603e10cfb017238bc /Cargo.toml | |
parent | 2b32ab159c0eb9bb617154d977c155f8ca9162d9 (diff) | |
download | ffxiv-uptime-17ec51b1f0d5025a59bf11977aa57b7461cd4495.tar.gz ffxiv-uptime-17ec51b1f0d5025a59bf11977aa57b7461cd4495.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,5 +12,5 @@ num-integer = "0.1.45" serde = "1.0" serde_json = "1.0" sycamore = "0.8" -wasm-bindgen = "0.2.83" +wasm-bindgen = "0.2.100" web-sys = { version = "0.3", features = ["Event", "HtmlInputElement", "Storage", "Window"] } |