rust ffast-math (defunct, use lower)
bump ver
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |