Skip to content

Commit

Permalink
Merge pull request #195 from redbadger/http-types-fork
Browse files Browse the repository at this point in the history
`crux_http` to use form of `http-types`
  • Loading branch information
StuartHarris authored Feb 1, 2024
2 parents 115583d + 973a22c commit d851b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crux_core = { version = "0.7", path = "../crux_core" }
crux_macros = { version = "0.3", path = "../crux_macros" }
derive_builder = "0.13.0"
futures-util = "0.3"
http-types = { version = "2.12", default-features = false }
http-types = { git = "https://github.com/redbadger/http-types.git", branch = "v2.x.x-backports", default-features = false }
pin-project-lite = "0.2.13"
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.111"
Expand Down

0 comments on commit d851b47

Please sign in to comment.