Skip to content

Commit

Permalink
chore(volo-http): make prelude public (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Li <[email protected]>
  • Loading branch information
yukiiiteru authored Jan 9, 2024
1 parent 048dcb6 commit b92527f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion volo-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volo-http"
version = "0.1.10"
version = "0.1.11"
edition.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion volo-http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub(crate) mod service_fn;
mod macros;

#[doc(hidden)]
mod prelude {
pub mod prelude {
pub use bytes::Bytes;
pub use hyper::{
self,
Expand Down

0 comments on commit b92527f

Please sign in to comment.