We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0856ab8 commit 573e696Copy full SHA for 573e696
Cargo.toml
@@ -4,7 +4,7 @@ resolver = "2"
4
5
[workspace.package]
6
edition = "2024"
7
-version = "0.0.1"
+version = "0.0.2"
8
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
9
repository = "https://github.com/mgautierfr/rustest"
10
homepage = "https://github.com/mgautierfr/rustest"
rustest/Cargo.toml
@@ -12,7 +12,7 @@ keywords.workspace = true
12
13
[dependencies]
14
libtest-mimic = "0.8.1"
15
-rustest-macro = { version = "0.0.1", path = "../rustest-macro" }
+rustest-macro = { version = "0.0.2", path = "../rustest-macro" }
16
17
[[test]]
18
name = "test"
0 commit comments