From 61d774c3ed1ec805b1b630f1be770f36924552f0 Mon Sep 17 00:00:00 2001 From: Lorenzo Felletti Date: Tue, 10 Dec 2024 21:03:41 +0000 Subject: [PATCH] build: bump version and revert default features --- Cargo.lock | 2 +- Cargo.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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"]