Skip to content

Commit

Permalink
bump patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Oct 16, 2024
1 parent 20c9412 commit 5ab818e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## Unrelease
## [v0.24.7]

### [Fixed]
- fix(server): compatibility issue of CompressionLayer in http middleware ([#1475](https://github.com/paritytech/jsonrpsee/pull/1475))
Expand Down
23 changes: 10 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ members = [
resolver = "2"

[workspace.package]
authors = [
"Parity Technologies <admin@parity.io>",
"Pierre Krieger <pierre.krieger1708@gmail.com>",
]
version = "0.24.6"
authors = ["Parity Technologies <admin@parity.io>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
version = "0.24.7"
edition = "2021"
rust-version = "1.74.1"
license = "MIT"
Expand All @@ -34,14 +31,14 @@ keywords = ["jsonrpc", "json", "http", "websocket", "WASM"]
readme = "README.md"

[workspace.dependencies]
jsonrpsee-types = { path = "types", version = "0.24.6" }
jsonrpsee-core = { path = "core", version = "0.24.6" }
jsonrpsee-server = { path = "server", version = "0.24.6" }
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.24.6" }
jsonrpsee-http-client = { path = "client/http-client", version = "0.24.6" }
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.24.6" }
jsonrpsee-client-transport = { path = "client/transport", version = "0.24.6" }
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.24.6" }
jsonrpsee-types = { path = "types", version = "0.24.7" }
jsonrpsee-core = { path = "core", version = "0.24.7" }
jsonrpsee-server = { path = "server", version = "0.24.7" }
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.24.7" }
jsonrpsee-http-client = { path = "client/http-client", version = "0.24.7" }
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.24.7" }
jsonrpsee-client-transport = { path = "client/transport", version = "0.24.7" }
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.24.7" }

tower = "0.4"
tower-http = "0.5"

0 comments on commit 5ab818e

Please sign in to comment.