Compare commits

..

No commits in common. "renovate/rust-wasm-bindgen-monorepo" and "main" have entirely different histories.

View File

@ -27,7 +27,7 @@ thiserror = "1"
tokio = { version = "1.37.0", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] }
tower = { version = "0.5.0", features = ["full"] } tower = { version = "0.5.0", features = ["full"] }
tower-http = { version = "0.5", features = ["full"] } tower-http = { version = "0.5", features = ["full"] }
wasm-bindgen = "=0.2.95" wasm-bindgen = "=0.2.93"
# See https://github.com/akesson/cargo-leptos for documentation of all the parameters. # See https://github.com/akesson/cargo-leptos for documentation of all the parameters.