Skip to content

Commit

Permalink
chore: change primary email to shiftingbeard@outlook.com
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed May 25, 2024
1 parent 1fef4eb commit 9d484c7
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<shiftingbeard@gmx.com\>.
Charles Lechasseur \<shiftingbeard@outlook.com\>.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<shiftingbeard@gmx.com\>
Charles Lechasseur \<shiftingbeard@outlook.com\>
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-msrv-prep"
version = "2.0.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.74.1"

Expand Down
2 changes: 1 addition & 1 deletion resources/tests/cargo-msrv-prep/no_changes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project-with-no-msrv-changes"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion resources/tests/cargo-msrv-prep/no_changes/expected.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project-with-no-msrv-changes"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion resources/tests/cargo-msrv-prep/simple_project/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
2 changes: 1 addition & 1 deletion resources/tests/cargo-msrv-prep/workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustc_version = "0.4.0"
[package]
name = "test-workspace"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
2 changes: 1 addition & 1 deletion resources/tests/cargo-msrv-prep/workspace/expected.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustc_version = "0.4.0"
[package]
name = "test-workspace"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-a"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-a"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-b"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-b"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-c"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-c"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion resources/tests/cargo-msrv-unprep/no_changes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project-with-no-msrv-changes"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-simple-project"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
2 changes: 1 addition & 1 deletion resources/tests/cargo-msrv-unprep/workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustc_version = "0.4.0"
[package]
name = "test-workspace"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[target."cfg(windows)".dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustc_version = "0.4.0"
[package]
name = "test-workspace"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-a"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-a"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-b"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-b"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-c"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-workspace-member-c"
version = "0.1.0"
authors = [ "Charles Lechasseur <shiftingbeard@gmx.com>" ]
authors = [ "Charles Lechasseur <shiftingbeard@outlook.com>" ]
edition = "2021"
rust-version = "1.70.0"

Expand Down

0 comments on commit 9d484c7

Please sign in to comment.