Chore(cargo-test-*/Cargo.toml): Bump MSRVs to make corresponding CI check pass

Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
This commit is contained in:
Paul Mabileau 2024-02-08 01:21:46 +01:00
parent d691d034c7
commit 2879fc0d60
No known key found for this signature in database
GPG Key ID: FC16B37F6782B0AA
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name = "cargo-test-macro"
version = "0.2.0"
edition.workspace = true
rust-version.workspace = true
rust-version = "1.77" # MSRV:1
license.workspace = true
homepage.workspace = true
repository.workspace = true

View File

@ -2,7 +2,7 @@
name = "cargo-test-support"
version = "0.2.0"
edition.workspace = true
rust-version.workspace = true
rust-version = "1.77" # MSRV:1
license.workspace = true
homepage.workspace = true
repository.workspace = true