Skip to content

Commit

Permalink
fix typo which resolves DioxusLabs#1789
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbehmenburg committed Jan 5, 2024
1 parent 5ec8f9e commit 8c0e720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["dom", "ui", "gui", "react", "wasm"]
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 = { versio = "0.3.1", default-features = false, optional = true }
sledgehammer_bindgen = { version = "0.3.1", default-features = false, optional = true }
sledgehammer_utils = { version = "0.2", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }

Expand Down

0 comments on commit 8c0e720

Please sign in to comment.