Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dynaxis committed Oct 28, 2020
1 parent d6d7765 commit 39f5175
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.0"
version = "0.2.1"
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.0", path = "macros" }
intertrait-macros = { version = "=0.2.1", 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.0"
version = "0.2.1"
authors = ["CodeChain Team <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand All @@ -18,5 +18,5 @@ quote = "1.0"
uuid = { version = "0.8.1", features = ["v4"] }

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

0 comments on commit 39f5175

Please sign in to comment.