From 6791342324eefc7002f82a6272da5b7530bb3fb5 Mon Sep 17 00:00:00 2001 From: Renar Narubin Date: Wed, 5 Jan 2022 15:09:34 -0800 Subject: [PATCH] Edition 2018 for compat --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 35496b7..1ba6e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "fast_fp" -version = "0.1.1" +version = "0.1.2" authors = ["Renar Narubin "] -edition = "2021" +edition = "2018" description = "Floating point fast-math optimizations" repository = "https://github.com/standard-ai/fast_fp" readme = "README.md"