There was an error while loading. Please reload this page.
1 parent 59db3a4 commit 1a66007Copy full SHA for 1a66007
1 file changed
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "half"
3
# Remember to keep in sync with html_root_url crate attribute
4
version = "2.7.1"
5
-authors = ["Kathryn Long <squeeself@gmail.com>"]
+authors = ["Kathryn Long <voidstarkat@robothearts.ca>"]
6
description = "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types."
7
repository = "https://github.com/VoidStarKat/half-rs"
8
readme = "README.md"
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
categories = ["no-std", "data-structures", "encoding"]
12
edition = "2021"
13
rust-version = "1.81"
14
-exclude = [".git*", ".editorconfig", ".circleci"]
+exclude = [".git*", ".editorconfig", ".circleci", ".mailmap"]
15
16
[features]
17
default = ["std"]
0 commit comments