From c8511d59d330a891fb029cb9dc6a068681393f43 Mon Sep 17 00:00:00 2001 From: Josh Liebow-Feeser Date: Sat, 25 Jul 2026 10:47:08 -0400 Subject: [PATCH] Update Josh Liebow-Feeser's name --- anneal/Cargo.toml | 2 +- anneal/docs/design/design.md | 2 +- anneal/v2/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- zerocopy/Cargo.toml | 2 +- zerocopy/zerocopy-derive/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anneal/Cargo.toml b/anneal/Cargo.toml index 8abf3e3391..68e29c6775 100644 --- a/anneal/Cargo.toml +++ b/anneal/Cargo.toml @@ -14,7 +14,7 @@ categories = [ "security", ] keywords = ["verification", "cargo", "plugin", "unsafe", "lean"] -authors = ["Joshua Liebow-Feeser "] +authors = ["Josh Liebow-Feeser "] license = "BSD-2-Clause OR Apache-2.0 OR MIT" repository = "https://github.com/google/zerocopy/tree/main/anneal" publish = true diff --git a/anneal/docs/design/design.md b/anneal/docs/design/design.md index f09bf3c9ec..4da02cf1db 100644 --- a/anneal/docs/design/design.md +++ b/anneal/docs/design/design.md @@ -1,6 +1,6 @@ # Anneal: A Literate Verification Toolchain for (`unsafe`) Rust -Joshua Liebow-Feeser ([joshlf@google.com](mailto:joshlf@google.com)) +Josh Liebow-Feeser ([joshlf@google.com](mailto:joshlf@google.com)) ## 1\. Summary diff --git a/anneal/v2/Cargo.toml b/anneal/v2/Cargo.toml index 06ccc47b25..8a25343197 100644 --- a/anneal/v2/Cargo.toml +++ b/anneal/v2/Cargo.toml @@ -18,7 +18,7 @@ categories = [ "security", ] keywords = ["verification", "cargo", "plugin", "unsafe", "lean"] -authors = ["Joshua Liebow-Feeser "] +authors = ["Josh Liebow-Feeser "] license = "BSD-2-Clause OR Apache-2.0 OR MIT" repository = "https://github.com/google/zerocopy/tree/main/anneal" publish = true diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 364f92adf3..7db69e9a8b 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -17,7 +17,7 @@ resolver = "2" [workspace.package] edition = "2021" version = "0.0.0" -authors = ["Joshua Liebow-Feeser "] +authors = ["Josh Liebow-Feeser "] license = "BSD-2-Clause OR Apache-2.0 OR MIT" publish = false diff --git a/zerocopy/Cargo.toml b/zerocopy/Cargo.toml index 8d49f50dd9..3ffdc38a96 100644 --- a/zerocopy/Cargo.toml +++ b/zerocopy/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" name = "zerocopy" version = "0.8.55" authors = [ - "Joshua Liebow-Feeser ", + "Josh Liebow-Feeser ", "Jack Wrenn ", ] description = "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to." diff --git a/zerocopy/zerocopy-derive/Cargo.toml b/zerocopy/zerocopy-derive/Cargo.toml index c1420d3186..e49fdc1826 100644 --- a/zerocopy/zerocopy-derive/Cargo.toml +++ b/zerocopy/zerocopy-derive/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" name = "zerocopy-derive" version = "0.8.55" -authors = ["Joshua Liebow-Feeser ", "Jack Wrenn "] +authors = ["Josh Liebow-Feeser ", "Jack Wrenn "] description = "Custom derive for traits from the zerocopy crate" license = "BSD-2-Clause OR Apache-2.0 OR MIT" repository = "https://github.com/google/zerocopy"