Skip to content

Commit 0b665d4

Browse files
committed
Bump stdweb-internal-macros version to 0.2.9
1 parent dc7d97e commit 0b665d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ futures-util-preview = { version = "0.3.0-alpha.15", optional = true }
2323
futures-executor-preview = { version = "0.3.0-alpha.15", optional = true }
2424

2525
stdweb-derive = { version = "= 0.5.3", path = "stdweb-derive" }
26-
stdweb-internal-macros = { version = "= 0.2.8", path = "stdweb-internal-macros" }
26+
stdweb-internal-macros = { version = "= 0.2.9", path = "stdweb-internal-macros" }
2727
stdweb-internal-runtime = { version = "0.1", path = "stdweb-internal-runtime" }
2828

2929
[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown", not(cargo_web)))'.dependencies]

stdweb-internal-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stdweb-internal-macros"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
authors = ["Jan Bujak <j@exia.io>"]
55
repository = "https://github.com/koute/stdweb"
66
homepage = "https://github.com/koute/stdweb"

0 commit comments

Comments
 (0)