diff --git a/Cargo.toml b/Cargo.toml index 32bf8b1..180c480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tun" -version = "0.7.8" +version = "0.7.9" edition = "2021" authors = ["meh. ", "@ssrlive"] license = "WTFPL" @@ -13,7 +13,7 @@ rust-version = "1.77" all-features = true [lib] -# crate-type = ["staticlib", "cdylib", "lib"] +crate-type = ["staticlib", "lib"] [features] default = []