Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
madonoharu committed May 26, 2023
1 parent 47c0399 commit 66cddfe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tsify"
version = "0.4.3"
version = "0.4.5"
edition = "2021"
authors = ["Madono Haru <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -12,22 +12,22 @@ categories = ["wasm"]

[dependencies]
tsify-macros = { path = "tsify-macros", version = "0.4.3" }
wasm-bindgen = { version = "0.2.83", optional = true }
wasm-bindgen = { version = "0.2.86", optional = true }
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
serde-wasm-bindgen = { version = "0.4.5", optional = true }
gloo-utils = { version = "0.1.5", optional = true }
serde-wasm-bindgen = { version = "0.5.0", optional = true }
gloo-utils = { version = "0.1.6", optional = true }

[dev-dependencies]
indoc = "1.0.7"
js-sys = "0.3.60"
indoc = "2.0.1"
js-sys = "0.3.63"
macrotest = "1.0"
pretty_assertions = "1.3.0"
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
serde-wasm-bindgen = "0.5.0"
serde_json = "1.0"
wasm-bindgen = { version = "0.2.83" }
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.86"
wasm-bindgen-test = "0.3.36"

[features]
default = ["json"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Click to show Cargo.toml.

```toml
[dependencies]
tsify = "0.4.3"
tsify = "0.4.5"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2" }
```
Expand Down
2 changes: 1 addition & 1 deletion tsify-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tsify-macros"
version = "0.4.3"
version = "0.4.5"
edition = "2021"
authors = ["Madono Haru <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 66cddfe

Please sign in to comment.