diff --git a/Cargo.toml b/Cargo.toml index 8a9a183..cc27ed9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "windows-fonts" -version = "1.0.0-alpha1" +version = "1.0.0" edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "_windows_fonts" crate-type = ["cdylib", "rlib"]