Skip to content

Commit f1787c4

Browse files
committed
Bump up the version to 0.2.2
1 parent 8b13b6a commit f1787c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intertrait"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["CodeChain Team <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Allow for inter-trait casting"
@@ -14,7 +14,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md"]
1414
[dependencies]
1515
once_cell = "1.4"
1616
linkme = "0.2"
17-
intertrait-macros = { version = "=0.2.1", path = "macros" }
17+
intertrait-macros = { version = "=0.2.2", path = "macros" }
1818

1919
[dev-dependencies]
2020
trybuild = "1.0"

macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "intertrait-macros"
33
description = "Macros for intertrait crate, which allows for direct casting between trait objects"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["CodeChain Team <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
@@ -19,5 +19,5 @@ quote = "1.0"
1919
uuid = { version = "0.8", features = ["v4"] }
2020

2121
[dev-dependencies]
22-
intertrait = { version = "=0.2.1", path = ".." }
22+
intertrait = { version = "=0.2.2", path = ".." }
2323
linkme = "0.2"

0 commit comments

Comments
 (0)