Skip to content

Commit 1a66007

Browse files
authored
Update author email
1 parent 59db3a4 commit 1a66007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "half"
33
# Remember to keep in sync with html_root_url crate attribute
44
version = "2.7.1"
5-
authors = ["Kathryn Long <squeeself@gmail.com>"]
5+
authors = ["Kathryn Long <voidstarkat@robothearts.ca>"]
66
description = "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types."
77
repository = "https://github.com/VoidStarKat/half-rs"
88
readme = "README.md"
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
categories = ["no-std", "data-structures", "encoding"]
1212
edition = "2021"
1313
rust-version = "1.81"
14-
exclude = [".git*", ".editorconfig", ".circleci"]
14+
exclude = [".git*", ".editorconfig", ".circleci", ".mailmap"]
1515

1616
[features]
1717
default = ["std"]

0 commit comments

Comments
 (0)