Skip to content

Commit fbd90b8

Browse files
committed
Bump up the version for release
1 parent b02ed86 commit fbd90b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intertrait"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["CodeChain Team <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Allow for inter-trait casting"
@@ -13,10 +13,10 @@ keywords = ["trait", "cast", "any"]
1313
[dependencies]
1414
once_cell = "1.3.1"
1515
linkme = "0.2.1"
16-
intertrait-macros = { version = "=0.1.0", path = "macros" }
16+
intertrait-macros = { version = "=0.1.1", path = "macros" }
1717

1818
[dev-dependencies]
19-
trybuild = "1.0.23"
19+
trybuild = "1.0.25"
2020
doc-comment = "0.3.3"
2121

2222
[workspace]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1.0"
4+
version = "0.1.1"
55
authors = ["CodeChain Team <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"

0 commit comments

Comments
 (0)