diff --git a/Cargo.lock b/Cargo.lock index b164213..35fc5ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "psp-net" -version = "0.5.4" +version = "0.6.1" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index e04cf74..c384e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psp-net" -version = "0.5.4" +version = "0.6.1" edition = "2021" license-file = "LICENSE" keywords = ["psp", "net", "networking", "embedded", "gamedev"] @@ -11,8 +11,7 @@ rust-version = "1.81" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -# TODO: revert to empty default -default = ["http", "macros", "psp"] +default = ["psp"] macros = [] http = ["dep:httparse"] psp = ["dep:psp"]