Skip to content

Commit d851b47

Browse files
authored
Merge pull request #195 from redbadger/http-types-fork
`crux_http` to use form of `http-types`
2 parents 115583d + 973a22c commit d851b47

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

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

crux_http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crux_core = { version = "0.7", path = "../crux_core" }
1717
crux_macros = { version = "0.3", path = "../crux_macros" }
1818
derive_builder = "0.13.0"
1919
futures-util = "0.3"
20-
http-types = { version = "2.12", default-features = false }
20+
http-types = { git = "https://github.com/redbadger/http-types.git", branch = "v2.x.x-backports", default-features = false }
2121
pin-project-lite = "0.2.13"
2222
serde = { workspace = true, features = ["derive"] }
2323
serde_json = "1.0.111"

0 commit comments

Comments
 (0)