Skip to content

Commit

Permalink
build: bump version and revert default features
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofelletti committed Dec 10, 2024
1 parent 6c99aa2 commit 61d774c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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"]
Expand Down

0 comments on commit 61d774c

Please sign in to comment.