Skip to content

Commit

Permalink
fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 4, 2024
1 parent 6685624 commit 8f08668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ diesel_derives = "2.2"
wasm-bindgen = "=0.2.93"
wasm-bindgen-futures = "0.4"
js-sys = { version = "0.3" }
tracing = { "0.1", default-features = false }
tracing = { version = "0.1", default-features = false }
tokio = { version = "1.38", default-features = false, features = ["sync"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde-wasm-bindgen = "0.6"
Expand Down

0 comments on commit 8f08668

Please sign in to comment.