Skip to content

Commit

Permalink
Specify serde_json version
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Oct 16, 2024
1 parent f796f4b commit 47e231f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wee_alloc = "0.4.5"

log = "0.4.19"
wasm-logger = "0.2"
serde_json = "*"
serde_json = "1.0"
console_error_panic_hook = "0.1.7"
js-sys = "0.3"
wasm-bindgen = "0.2"
Expand Down

0 comments on commit 47e231f

Please sign in to comment.