File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ if [ -z "$NO_RUN" ]; then
29
29
cargo test --target $TARGET $features
30
30
cargo test --target $TARGET --features static-curl $features
31
31
cargo test --target $TARGET --features static-curl,protocol-ftp $features
32
+ cargo test --target $TARGET --features static-curl,http2 $features
32
33
33
34
# Note that `-Clink-dead-code` is passed here to suppress `--gc-sections` to
34
35
# help confirm that we're compiling everything necessary for curl itself.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " curl-sys"
3
- version = " 0.4.81 +curl-8.14.1"
3
+ version = " 0.4.82 +curl-8.14.1"
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5
5
links = " curl"
6
6
build = " build.rs"
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ fn main() {
226
226
. file ( "curl/lib/strerror.c" )
227
227
. file ( "curl/lib/transfer.c" )
228
228
. file ( "curl/lib/uint-bset.c" )
229
+ . file ( "curl/lib/uint-hash.c" )
229
230
. file ( "curl/lib/uint-spbset.c" )
230
231
. file ( "curl/lib/uint-table.c" )
231
232
. file ( "curl/lib/url.c" )
You can’t perform that action at this time.
0 commit comments