Skip to content

Commit 573e696

Browse files
committed
New version 0.0.2
1 parent 0856ab8 commit 573e696

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2024"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
99
repository = "https://github.com/mgautierfr/rustest"
1010
homepage = "https://github.com/mgautierfr/rustest"

rustest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords.workspace = true
1212

1313
[dependencies]
1414
libtest-mimic = "0.8.1"
15-
rustest-macro = { version = "0.0.1", path = "../rustest-macro" }
15+
rustest-macro = { version = "0.0.2", path = "../rustest-macro" }
1616

1717
[[test]]
1818
name = "test"

0 commit comments

Comments
 (0)