|
|
@ -1,7 +1,7 @@
|
|
|
|
--- test-case-1.2.0/Cargo.toml 2021-06-27T09:59:46+00:00
|
|
|
|
--- test-case-1.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ test-case-1.2.0/Cargo.toml 2021-08-29T22:28:23.811117+00:00
|
|
|
|
+++ test-case-1.2.1/Cargo.toml 2021-11-02T20:50:35.711276+00:00
|
|
|
|
@@ -16,7 +16,7 @@
|
|
|
|
@@ -15,7 +15,7 @@
|
|
|
|
version = "1.2.0"
|
|
|
|
version = "1.2.1"
|
|
|
|
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>", "Wojciech Polak <frondeus@gmail.com>", "Łukasz Biel <lukasz.p.biel@gmail.com>"]
|
|
|
|
authors = ["Marcin Sas-Szymanski <marcin.sas-szymanski@anixe.pl>", "Wojciech Polak <frondeus@gmail.com>", "Łukasz Biel <lukasz.p.biel@gmail.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
build = "build.rs"
|
|
|
|
-exclude = ["tests/snapshots/**/*"]
|
|
|
|
-exclude = ["tests/snapshots/**/*"]
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"
|
|
|
|
description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily"
|
|
|
|
documentation = "https://docs.rs/test-case"
|
|
|
|
documentation = "https://docs.rs/test-case"
|
|
|
|
readme = "README.md"
|
|
|
|
readme = "README.md"
|
|
|
|
@@ -30,9 +30,6 @@
|
|
|
|
@@ -29,9 +29,6 @@
|
|
|
|
doctest = false
|
|
|
|
doctest = false
|
|
|
|
proc-macro = true
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
|
|
|
|