Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit a9394e4

Browse files
committed
Bump version to 0.2 because of breaking change
1 parent 35342b7 commit a9394e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 = "convey"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Pascal Hertleif <[email protected]>"]
55
description = "A Rust create for outputting information and log messages for humans and machines"
66
license = "Apache-2.0 OR MIT"
@@ -25,5 +25,5 @@ crossbeam-channel = "0.2.6"
2525
proptest = "0.8.7"
2626
assert_fs = "0.9.0"
2727
predicates = "0.9.0"
28-
convey_derive = { version = "0.1", path = "convey_derive" }
28+
convey_derive = { version = "0.2", path = "convey_derive" }
2929
rand = "0.5.5"

convey_derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "convey_derive"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Katharina Fey <[email protected]>", "Pascal Hertleif <[email protected]>"]
55
description = "A Rust create for outputting information and log messages for humans and machines"
66
license = "Apache-2.0 OR MIT"
@@ -14,6 +14,6 @@ syn = "0.15"
1414
quote = "0.6"
1515

1616
[dev-dependencies]
17-
convey = { version = "0.1", path = ".." }
17+
convey = { version = "0.2", path = ".." }
1818
serde = "1.0.79"
1919
serde_derive = "1.0.79"

0 commit comments

Comments
 (0)