Skip to content

Commit

Permalink
Bump up the version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dynaxis committed Apr 17, 2020
1 parent b02ed86 commit fbd90b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intertrait"
version = "0.1.0"
version = "0.1.1"
authors = ["CodeChain Team <hi@codechain.io>"]
license = "MIT OR Apache-2.0"
description = "Allow for inter-trait casting"
Expand All @@ -13,10 +13,10 @@ keywords = ["trait", "cast", "any"]
[dependencies]
once_cell = "1.3.1"
linkme = "0.2.1"
intertrait-macros = { version = "=0.1.0", path = "macros" }
intertrait-macros = { version = "=0.1.1", path = "macros" }

[dev-dependencies]
trybuild = "1.0.23"
trybuild = "1.0.25"
doc-comment = "0.3.3"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0"
version = "0.1.1"
authors = ["CodeChain Team <hi@codechain.io>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit fbd90b8

Please sign in to comment.