Skip to content

Commit ea131a2

Browse files
committed
chore: bump version
1 parent 0ec4241 commit ea131a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Simple, modern, ergonomic JSON-RPC 2.0 router built with tower an
55
keywords = ["json-rpc", "jsonrpc", "json"]
66
categories = ["web-programming::http-server", "web-programming::websocket"]
77

8-
version = "0.4.0"
8+
version = "0.4.1"
99
edition = "2021"
1010
rust-version = "1.81"
1111
authors = ["init4", "James Prestwich"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
)]
149149
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
150150
#![deny(unused_must_use, rust_2018_idioms)]
151-
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
151+
#![cfg_attr(docsrs, feature(doc_cfg))]
152152

153153
#[macro_use]
154154
pub(crate) mod macros;

0 commit comments

Comments
 (0)