Skip to content

Commit

Permalink
Bump up the version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dynaxis committed Aug 17, 2021
1 parent 8b13b6a commit f1787c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intertrait"
version = "0.2.1"
version = "0.2.2"
authors = ["CodeChain Team <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Allow for inter-trait casting"
Expand All @@ -14,7 +14,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md"]
[dependencies]
once_cell = "1.4"
linkme = "0.2"
intertrait-macros = { version = "=0.2.1", path = "macros" }
intertrait-macros = { version = "=0.2.2", path = "macros" }

[dev-dependencies]
trybuild = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "intertrait-macros"
description = "Macros for intertrait crate, which allows for direct casting between trait objects"
version = "0.2.1"
version = "0.2.2"
authors = ["CodeChain Team <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand All @@ -19,5 +19,5 @@ quote = "1.0"
uuid = { version = "0.8", features = ["v4"] }

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

0 comments on commit f1787c4

Please sign in to comment.