Skip to content

Commit

Permalink
chore(deps): fixed tetanes version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Oct 31, 2023
1 parent 3e9a3ce commit 40ba888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
console_log = "1.0"
log = "0.4"
tetanes = { path = "../", default_features = false }
tetanes = { version = "0.9", default_features = false }
wasm-bindgen = "0.2"
console_error_panic_hook = "0.1"

Expand Down

0 comments on commit 40ba888

Please sign in to comment.