diff options
| author | mo8it <mo8it@proton.me> | 2024-04-06 01:45:54 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-06 01:45:54 +0200 |
| commit | 60155294e94acd661e4fe20cf8b72412167c772d (patch) | |
| tree | 6d8fe0c06398e4261e0d10dc825133d8af79614a /tests | |
| parent | 3f2d41de9ecd174ff2b099d3000bf7eca781779d (diff) | |
Rename packages
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fixture/failure/Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/fixture/state/Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/fixture/success/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/fixture/failure/Cargo.toml b/tests/fixture/failure/Cargo.toml index e111cf2..7ee2f06 100644 --- a/tests/fixture/failure/Cargo.toml +++ b/tests/fixture/failure/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tests" +name = "failure" edition = "2021" publish = false diff --git a/tests/fixture/state/Cargo.toml b/tests/fixture/state/Cargo.toml index c8d74e4..adbd8ab 100644 --- a/tests/fixture/state/Cargo.toml +++ b/tests/fixture/state/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tests" +name = "state" edition = "2021" publish = false diff --git a/tests/fixture/success/Cargo.toml b/tests/fixture/success/Cargo.toml index f26a44f..028cf35 100644 --- a/tests/fixture/success/Cargo.toml +++ b/tests/fixture/success/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tests" +name = "success" edition = "2021" publish = false |
