Update Cargo.toml

This commit is contained in:
HTGAzureX1212 2022-01-03 20:13:38 +08:00 committed by GitHub
parent b9a4d4db1c
commit 5577ac0e98

View file

@ -4,10 +4,10 @@ version = "0.1.0"
edition = "2018" edition = "2018"
authors = [ "The LibM Team of HaruxOS" ] authors = [ "The LibM Team of HaruxOS" ]
description = "A port of `libm` that has all the required no_mangle and extern-cs for linking." description = "A port of `libm` that has all the required no_mangle and extern-cs for linking."
license = "Apache-2.0" license = "MIT"
[dependencies] [dependencies]
libm = "0.2.1" libm = "0.2.1"
[features] [features]
libm-unstable = ["libm/unstable"] libm-unstable = ["libm/unstable"]