Skip to content

Commit 8a5b892

Browse files
committed
Bump version up to 0.2.0
The API has been completely revamped in incompatible ways.
1 parent a910764 commit 8a5b892

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1.1"
3+
version = "0.2.0"
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.3.1"
1616
linkme = "0.2.1"
17-
intertrait-macros = { version = "=0.1.1", path = "macros" }
17+
intertrait-macros = { version = "=0.2.0", path = "macros" }
1818

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

macros/Cargo.toml

Lines changed: 3 additions & 3 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.1.1"
4+
version = "0.2.0"
55
authors = ["CodeChain Team <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
@@ -12,7 +12,7 @@ include = ["src/**/*", "Cargo.toml", "LICENSE-*"]
1212
proc-macro = true
1313

1414
[dependencies]
15-
proc-macro2 = "1.0.9"
16-
syn = { version = "1.0.17", features = ["full"] }
15+
proc-macro2 = "1.0.10"
16+
syn = { version = "1.0.18", features = ["full"] }
1717
quote = "1.0.3"
1818
uuid = { version = "0.8.1", features = ["v4"] }

0 commit comments

Comments
 (0)