Skip to content

Commit

Permalink
before more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kardeiz committed Jan 13, 2025
1 parent b7d6f9d commit 9610d65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jacob Brown <[email protected]>"]
edition = "2018"
name = "jsonrpc-v2"
version = "0.13.0"
version = "0.14.0-beta.0"
description = "JSONRPC 2.0 server"
keywords = ["jsonrpc", "json-rpc", "jsonrpc2", "rpc"]
license = "MIT"
Expand Down Expand Up @@ -31,7 +31,6 @@ bytes-v05 = { version = "0.5", package = "bytes", optional = true }
bytes-v10 = { version = "1.0", package = "bytes", optional = true }
type-map = "0.5.0"
http-body-util = { version = "0.1.2", optional = true }
# http = { version = "0.1.15", optional = true }

[dependencies.serde]
features = ["derive"]
Expand Down

0 comments on commit 9610d65

Please sign in to comment.