Skip to content

Commit

Permalink
release crux_http-v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Jan 22, 2025
1 parent f4d2ee5 commit ba0cd96
Show file tree
Hide file tree
Showing 11 changed files with 88 additions and 51 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 crux_http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to

## [Unreleased]

## [0.11.1](https://github.com/redbadger/crux/compare/crux_http-v0.11.0...crux_http-v0.11.1) - 2025-01-22
## [0.11.2](https://github.com/redbadger/crux/compare/crux_http-v0.11.0...crux_http-v0.11.2) - 2025-01-22

### Other

Expand Down
2 changes: 1 addition & 1 deletion crux_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_http"
description = "HTTP capability for use with crux_core"
version = "0.11.1"
version = "0.11.2"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crux_http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub mod middleware;
pub mod protocol;
pub mod testing;

pub use http_types;
pub use http_types as http;

pub use self::{
config::Config,
Expand Down
5 changes: 1 addition & 4 deletions crux_http/src/response/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,7 @@ fn headers_to_hyperium_headers(headers: &mut Headers, hyperium_headers: &mut htt
}

mod header_serde {
use crate::{
http_types::{self, Headers},
response::new_headers,
};
use crate::{http::Headers, response::new_headers};
use http_types::headers::HeaderName;
use serde::{de::Error, Deserializer, Serializer};

Expand Down
10 changes: 5 additions & 5 deletions examples/bridge_echo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions examples/cat_facts/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions examples/counter/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 28 additions & 8 deletions examples/hello_world/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 32 additions & 12 deletions examples/notes/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/simple_counter/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba0cd96

Please sign in to comment.