Skip to content

Commit b92527f

Browse files
authored
chore(volo-http): make prelude public (#324)
Signed-off-by: Yu Li <[email protected]>
1 parent 048dcb6 commit b92527f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

volo-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volo-http"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition.workspace = true
55
homepage.workspace = true
66
repository.workspace = true

volo-http/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub(crate) mod service_fn;
1919
mod macros;
2020

2121
#[doc(hidden)]
22-
mod prelude {
22+
pub mod prelude {
2323
pub use bytes::Bytes;
2424
pub use hyper::{
2525
self,

0 commit comments

Comments
 (0)