Skip to content

Commit dc7d97e

Browse files
committed
Bump stdweb-derive version to 0.5.3
1 parent 404c7c2 commit dc7d97e

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
@@ -22,7 +22,7 @@ futures-channel-preview = { version = "0.3.0-alpha.15", optional = true }
2222
futures-util-preview = { version = "0.3.0-alpha.15", optional = true }
2323
futures-executor-preview = { version = "0.3.0-alpha.15", optional = true }
2424

25-
stdweb-derive = { version = "= 0.5.2", path = "stdweb-derive" }
25+
stdweb-derive = { version = "= 0.5.3", path = "stdweb-derive" }
2626
stdweb-internal-macros = { version = "= 0.2.8", path = "stdweb-internal-macros" }
2727
stdweb-internal-runtime = { version = "0.1", path = "stdweb-internal-runtime" }
2828

stdweb-derive/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-derive"
3-
version = "0.5.2"
3+
version = "0.5.3"
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)