From 9d484c7134afb16810867c4bfe8258b67ed036a8 Mon Sep 17 00:00:00 2001 From: Charles Lechasseur Date: Fri, 24 May 2024 23:32:35 -0400 Subject: [PATCH] chore: change primary email to shiftingbeard@outlook.com --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- Cargo.toml | 2 +- resources/tests/cargo-msrv-prep/no_changes/Cargo.toml | 2 +- resources/tests/cargo-msrv-prep/no_changes/expected.toml | 2 +- resources/tests/cargo-msrv-prep/simple_project/Cargo.toml | 2 +- .../tests/cargo-msrv-prep/simple_project/expected/all.toml | 2 +- .../simple_project/expected/no-merge-pinned-dependencies.toml | 2 +- .../simple_project/expected/no-remove-rust-version.toml | 2 +- resources/tests/cargo-msrv-prep/workspace/Cargo.toml | 2 +- resources/tests/cargo-msrv-prep/workspace/expected.toml | 2 +- resources/tests/cargo-msrv-prep/workspace/member_a/Cargo.toml | 2 +- .../tests/cargo-msrv-prep/workspace/member_a/expected.toml | 2 +- resources/tests/cargo-msrv-prep/workspace/member_b/Cargo.toml | 2 +- .../tests/cargo-msrv-prep/workspace/member_b/expected.toml | 2 +- resources/tests/cargo-msrv-prep/workspace/member_c/Cargo.toml | 2 +- .../tests/cargo-msrv-prep/workspace/member_c/expected.toml | 2 +- resources/tests/cargo-msrv-unprep/no_changes/Cargo.toml | 2 +- resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml | 2 +- .../cargo-msrv-unprep/simple_project/Cargo.toml.msrv-prep.bak | 2 +- resources/tests/cargo-msrv-unprep/workspace/Cargo.toml | 2 +- .../tests/cargo-msrv-unprep/workspace/Cargo.toml.msrv-prep.bak | 2 +- resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml | 2 +- .../workspace/member_a/Cargo.toml.msrv-prep.bak | 2 +- resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml | 2 +- .../workspace/member_b/Cargo.toml.msrv-prep.bak | 2 +- resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml | 2 +- .../workspace/member_c/Cargo.toml.msrv-prep.bak | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 3551ac7..3a71894 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -Charles Lechasseur \. +Charles Lechasseur \. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7853df7..6fe50f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,4 +22,4 @@ For more information on development in this project, see [DEVELOPMENT](DEVELOPME No problem! If it's OK to do this publicly, you can simply [create a discussion](https://github.com/clechasseur/msrv-prep/discussions/new/choose). If you'd rather do this privately, you can use the following contact information to send an email: -Charles Lechasseur \ +Charles Lechasseur \ diff --git a/Cargo.toml b/Cargo.toml index 3395302..40d3ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-msrv-prep" version = "2.0.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.74.1" diff --git a/resources/tests/cargo-msrv-prep/no_changes/Cargo.toml b/resources/tests/cargo-msrv-prep/no_changes/Cargo.toml index d6b3d43..896e2fb 100644 --- a/resources/tests/cargo-msrv-prep/no_changes/Cargo.toml +++ b/resources/tests/cargo-msrv-prep/no_changes/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-simple-project-with-no-msrv-changes" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-prep/no_changes/expected.toml b/resources/tests/cargo-msrv-prep/no_changes/expected.toml index d6b3d43..896e2fb 100644 --- a/resources/tests/cargo-msrv-prep/no_changes/expected.toml +++ b/resources/tests/cargo-msrv-prep/no_changes/expected.toml @@ -1,7 +1,7 @@ [package] name = "test-simple-project-with-no-msrv-changes" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-prep/simple_project/Cargo.toml b/resources/tests/cargo-msrv-prep/simple_project/Cargo.toml index 355d4df..bbf7f0a 100644 --- a/resources/tests/cargo-msrv-prep/simple_project/Cargo.toml +++ b/resources/tests/cargo-msrv-prep/simple_project/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-simple-project" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-prep/simple_project/expected/all.toml b/resources/tests/cargo-msrv-prep/simple_project/expected/all.toml index 5d86d97..4f25f01 100644 --- a/resources/tests/cargo-msrv-prep/simple_project/expected/all.toml +++ b/resources/tests/cargo-msrv-prep/simple_project/expected/all.toml @@ -1,7 +1,7 @@ [package] name = "test-simple-project" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-prep/simple_project/expected/no-merge-pinned-dependencies.toml b/resources/tests/cargo-msrv-prep/simple_project/expected/no-merge-pinned-dependencies.toml index 46d6ff1..ddfa367 100644 --- a/resources/tests/cargo-msrv-prep/simple_project/expected/no-merge-pinned-dependencies.toml +++ b/resources/tests/cargo-msrv-prep/simple_project/expected/no-merge-pinned-dependencies.toml @@ -1,7 +1,7 @@ [package] name = "test-simple-project" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-prep/simple_project/expected/no-remove-rust-version.toml b/resources/tests/cargo-msrv-prep/simple_project/expected/no-remove-rust-version.toml index c2f5c6b..423c5d0 100644 --- a/resources/tests/cargo-msrv-prep/simple_project/expected/no-remove-rust-version.toml +++ b/resources/tests/cargo-msrv-prep/simple_project/expected/no-remove-rust-version.toml @@ -1,7 +1,7 @@ [package] name = "test-simple-project" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-prep/workspace/Cargo.toml b/resources/tests/cargo-msrv-prep/workspace/Cargo.toml index 1f120e5..23ccb68 100644 --- a/resources/tests/cargo-msrv-prep/workspace/Cargo.toml +++ b/resources/tests/cargo-msrv-prep/workspace/Cargo.toml @@ -13,7 +13,7 @@ rustc_version = "0.4.0" [package] name = "test-workspace" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-prep/workspace/expected.toml b/resources/tests/cargo-msrv-prep/workspace/expected.toml index f7f7d06..543cd0e 100644 --- a/resources/tests/cargo-msrv-prep/workspace/expected.toml +++ b/resources/tests/cargo-msrv-prep/workspace/expected.toml @@ -13,7 +13,7 @@ rustc_version = "0.4.0" [package] name = "test-workspace" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-prep/workspace/member_a/Cargo.toml b/resources/tests/cargo-msrv-prep/workspace/member_a/Cargo.toml index 3071add..64f60ac 100644 --- a/resources/tests/cargo-msrv-prep/workspace/member_a/Cargo.toml +++ b/resources/tests/cargo-msrv-prep/workspace/member_a/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-a" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-prep/workspace/member_a/expected.toml b/resources/tests/cargo-msrv-prep/workspace/member_a/expected.toml index bb18f4b..d1aa306 100644 --- a/resources/tests/cargo-msrv-prep/workspace/member_a/expected.toml +++ b/resources/tests/cargo-msrv-prep/workspace/member_a/expected.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-a" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-prep/workspace/member_b/Cargo.toml b/resources/tests/cargo-msrv-prep/workspace/member_b/Cargo.toml index 8c72abe..1523bb5 100644 --- a/resources/tests/cargo-msrv-prep/workspace/member_b/Cargo.toml +++ b/resources/tests/cargo-msrv-prep/workspace/member_b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-b" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-prep/workspace/member_b/expected.toml b/resources/tests/cargo-msrv-prep/workspace/member_b/expected.toml index e77eb15..b66e29d 100644 --- a/resources/tests/cargo-msrv-prep/workspace/member_b/expected.toml +++ b/resources/tests/cargo-msrv-prep/workspace/member_b/expected.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-b" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-prep/workspace/member_c/Cargo.toml b/resources/tests/cargo-msrv-prep/workspace/member_c/Cargo.toml index 13a24f3..c879079 100644 --- a/resources/tests/cargo-msrv-prep/workspace/member_c/Cargo.toml +++ b/resources/tests/cargo-msrv-prep/workspace/member_c/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-c" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-prep/workspace/member_c/expected.toml b/resources/tests/cargo-msrv-prep/workspace/member_c/expected.toml index a42b573..6a0ab00 100644 --- a/resources/tests/cargo-msrv-prep/workspace/member_c/expected.toml +++ b/resources/tests/cargo-msrv-prep/workspace/member_c/expected.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-c" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-unprep/no_changes/Cargo.toml b/resources/tests/cargo-msrv-unprep/no_changes/Cargo.toml index d6b3d43..896e2fb 100644 --- a/resources/tests/cargo-msrv-unprep/no_changes/Cargo.toml +++ b/resources/tests/cargo-msrv-unprep/no_changes/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-simple-project-with-no-msrv-changes" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml b/resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml index 995fb25..af7e26d 100644 --- a/resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml +++ b/resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-simple-project" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml.msrv-prep.bak b/resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml.msrv-prep.bak index 355d4df..bbf7f0a 100644 --- a/resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml.msrv-prep.bak +++ b/resources/tests/cargo-msrv-unprep/simple_project/Cargo.toml.msrv-prep.bak @@ -1,7 +1,7 @@ [package] name = "test-simple-project" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-unprep/workspace/Cargo.toml b/resources/tests/cargo-msrv-unprep/workspace/Cargo.toml index 6c6d09e..1c784b4 100644 --- a/resources/tests/cargo-msrv-unprep/workspace/Cargo.toml +++ b/resources/tests/cargo-msrv-unprep/workspace/Cargo.toml @@ -13,7 +13,7 @@ rustc_version = "0.4.0" [package] name = "test-workspace" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [target."cfg(windows)".dependencies] diff --git a/resources/tests/cargo-msrv-unprep/workspace/Cargo.toml.msrv-prep.bak b/resources/tests/cargo-msrv-unprep/workspace/Cargo.toml.msrv-prep.bak index 1f120e5..23ccb68 100644 --- a/resources/tests/cargo-msrv-unprep/workspace/Cargo.toml.msrv-prep.bak +++ b/resources/tests/cargo-msrv-unprep/workspace/Cargo.toml.msrv-prep.bak @@ -13,7 +13,7 @@ rustc_version = "0.4.0" [package] name = "test-workspace" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml b/resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml index 5761848..e1d8b71 100644 --- a/resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml +++ b/resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-a" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml.msrv-prep.bak b/resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml.msrv-prep.bak index 3071add..64f60ac 100644 --- a/resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml.msrv-prep.bak +++ b/resources/tests/cargo-msrv-unprep/workspace/member_a/Cargo.toml.msrv-prep.bak @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-a" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml b/resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml index e77eb15..b66e29d 100644 --- a/resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml +++ b/resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-b" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml.msrv-prep.bak b/resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml.msrv-prep.bak index 8c72abe..1523bb5 100644 --- a/resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml.msrv-prep.bak +++ b/resources/tests/cargo-msrv-unprep/workspace/member_b/Cargo.toml.msrv-prep.bak @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-b" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0" diff --git a/resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml b/resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml index a42b573..6a0ab00 100644 --- a/resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml +++ b/resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-c" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" [dependencies] diff --git a/resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml.msrv-prep.bak b/resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml.msrv-prep.bak index 13a24f3..c879079 100644 --- a/resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml.msrv-prep.bak +++ b/resources/tests/cargo-msrv-unprep/workspace/member_c/Cargo.toml.msrv-prep.bak @@ -1,7 +1,7 @@ [package] name = "test-workspace-member-c" version = "0.1.0" -authors = [ "Charles Lechasseur " ] +authors = [ "Charles Lechasseur " ] edition = "2021" rust-version = "1.70.0"