Skip to content

Commit 54515da

Browse files
committed
Bump to 0.2.1
1 parent ba50a09 commit 54515da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 = "cargo-suity"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Andrey Cherkashin <with.out@me.com>"]
55
edition = "2018"
66
description = "Utility to automate test runs and report results in JUnit format"
@@ -25,4 +25,4 @@ colored = "1.7.0"
2525

2626
[[bin]]
2727
name = "cargo-suity"
28-
path = "src/bin/suity.rs"
28+
path = "src/bin/suity.rs"

0 commit comments

Comments
 (0)