diff --git a/Cargo.toml b/Cargo.toml index cee4d96..1a7e1a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2018" authors = [ "The LibM Team of HaruxOS" ] description = "A port of `libm` that has all the required no_mangle and extern-cs for linking." -license = "Apache-2.0" +license = "MIT" [dependencies] libm = "0.2.1" [features] -libm-unstable = ["libm/unstable"] \ No newline at end of file +libm-unstable = ["libm/unstable"]