We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba50a09 commit 54515daCopy full SHA for 54515da
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo-suity"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = ["Andrey Cherkashin <with.out@me.com>"]
5
edition = "2018"
6
description = "Utility to automate test runs and report results in JUnit format"
@@ -25,4 +25,4 @@ colored = "1.7.0"
25
26
[[bin]]
27
28
-path = "src/bin/suity.rs"
+path = "src/bin/suity.rs"
0 commit comments