Skip to content

Commit 1199048

Browse files
hack: force hyper to be an rlib
If a consumer is also a shared lib we can hit resolution errors, as we have no way to control this and rlib is what I need. This ensures that we get that. The issue is tracked: rust-lang/rust#82151
1 parent 684f2fa commit 1199048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ include = [
1919
#"build.rs",
2020
]
2121

22-
[lib]
23-
crate-type = ["lib", "staticlib", "cdylib"]
22+
#[lib]
23+
#crate-type = ["lib", "staticlib", "cdylib"]
2424

2525
[dependencies]
2626
bytes = "1"

0 commit comments

Comments
 (0)