Fix up rust deps

This commit is contained in:
Andras Schmelczer 2024-12-20 16:10:00 +00:00
parent 26bba4e2ff
commit 5e653ea0e4
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 80 additions and 14 deletions

View file

@ -12,7 +12,7 @@ base64 = "0.22.1"
reconcile = { path = "../reconcile" }
wasm-bindgen = "0.2.84"
getrandom = { version = "0.2.3", features = ["js"] }
thiserror = {workspace = true}
thiserror = { workspace = true }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires