Skip to content

Commit

Permalink
Bump stdweb-internal-macros version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Oct 7, 2019
1 parent dc7d97e commit 0b665d4
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 @@ -23,7 +23,7 @@ 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.3", path = "stdweb-derive" }
stdweb-internal-macros = { version = "= 0.2.8", path = "stdweb-internal-macros" }
stdweb-internal-macros = { version = "= 0.2.9", path = "stdweb-internal-macros" }
stdweb-internal-runtime = { version = "0.1", path = "stdweb-internal-runtime" }

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown", not(cargo_web)))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion stdweb-internal-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stdweb-internal-macros"
version = "0.2.8"
version = "0.2.9"
authors = ["Jan Bujak <[email protected]>"]
repository = "https://github.com/koute/stdweb"
homepage = "https://github.com/koute/stdweb"
Expand Down

0 comments on commit 0b665d4

Please sign in to comment.