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 d9ad25e..84355f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "umath"
-version = "0.0.0"
+version = "0.0.1"
description = "ffast-math in rust"
license = "MIT"
repository = "https://github.com/bend-n/umath"
@@ -8,4 +8,4 @@ authors = ["bend-n <[email protected]>"]
edition = "2021"
exclude = [".gitignore"]
categories = ["hardware-support", "mathematics", "no-std", "no-std::no-alloc"]
-keywords = ["fast", "math", "unsafe", "ffast-math", "float"] \ No newline at end of file
+keywords = ["fast", "math", "unsafe", "ffast-math", "float"]