Skip to content

Commit

Permalink
Bump stdweb-derive version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Oct 7, 2019
1 parent 404c7c2 commit dc7d97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures-channel-preview = { version = "0.3.0-alpha.15", optional = true }
futures-util-preview = { version = "0.3.0-alpha.15", optional = true }
futures-executor-preview = { version = "0.3.0-alpha.15", optional = true }

stdweb-derive = { version = "= 0.5.2", path = "stdweb-derive" }
stdweb-derive = { version = "= 0.5.3", path = "stdweb-derive" }
stdweb-internal-macros = { version = "= 0.2.8", path = "stdweb-internal-macros" }
stdweb-internal-runtime = { version = "0.1", path = "stdweb-internal-runtime" }

Expand Down
2 changes: 1 addition & 1 deletion stdweb-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stdweb-derive"
version = "0.5.2"
version = "0.5.3"
authors = ["Jan Bujak <[email protected]>"]
repository = "https://github.com/koute/stdweb"
homepage = "https://github.com/koute/stdweb"
Expand Down

0 comments on commit dc7d97e

Please sign in to comment.