rust ffast-math (defunct, use lower)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ab65a81..890112c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "umath"
-version = "0.0.5"
+version = "0.0.6"
description = "ffast-math in rust"
license = "MIT"
repository = "https://github.com/bend-n/umath"
authors = ["bend-n <[email protected]>"]
edition = "2021"
exclude = [".gitignore"]
-categories = ["hardware-support", "mathematics", "no-std", "no-std::no-alloc"]
+categories = ["hardware-support", "mathematics"]
keywords = ["fast", "math", "unsafe", "ffast-math", "float"]