Skip to content

Commit

Permalink
chore: revert wasm-bindgen to 0.2.78
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Jan 23, 2022
1 parent 0542616 commit 2495177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion og_image_writer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = "Generate an Open Graphic Image using a CSS-like API."
imageproc = "0.22"
ab_glyph = "0.2.12"
thiserror = "1.0"
wasm-bindgen = { version = "0.2" }
wasm-bindgen = { version = "=0.2.78" }
conv = "0.3.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib"]

[dependencies]
og_image_writer = { path = "../og_image_writer" }
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen = { version = "=0.2.78", features = ["serde-serialize"] }
console_error_panic_hook = { version = "0.1.7", optional = true }
wee_alloc = { version = "0.4.5", optional = true }
cfg-if = "1.0.0"
Expand Down

0 comments on commit 2495177

Please sign in to comment.