bump sledgehammer bindgen

This commit is contained in:
Evan Almloff 2023-07-19 13:45:47 -07:00
parent 6639011a3e
commit 1f19ac9334

View file

@ -15,7 +15,7 @@ wasm-bindgen = { workspace = true, optional = true }
js-sys = { version = "0.3.56", optional = true }
web-sys = { version = "0.3.56", optional = true, features = ["Element", "Node"] }
sledgehammer_bindgen = { version = "0.2.1", optional = true }
sledgehammer_utils = { version = "0.1.1", optional = true }
sledgehammer_utils = { version = "0.2", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
[features]