From b04ed351ef9ef602ae475042a392f20ba1c4f216 Mon Sep 17 00:00:00 2001 From: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.com> Date: Mon, 3 Jan 2022 20:13:38 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]