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
2929 cargo test --target $TARGET $features
3030 cargo test --target $TARGET --features static-curl $features
3131 cargo test --target $TARGET --features static-curl,protocol-ftp $features
32+ cargo test --target $TARGET --features static-curl,http2 $features
3233
3334 # Note that `-Clink-dead-code` is passed here to suppress `--gc-sections` to
3435 # help confirm that we're compiling everything necessary for curl itself.
Original file line number Diff line number Diff line change 11[package ]
22name = " curl-sys"
3- version = " 0.4.81 +curl-8.14.1"
3+ version = " 0.4.82 +curl-8.14.1"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55links = " curl"
66build = " build.rs"
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ fn main() {
226226 . file ( "curl/lib/strerror.c" )
227227 . file ( "curl/lib/transfer.c" )
228228 . file ( "curl/lib/uint-bset.c" )
229+ . file ( "curl/lib/uint-hash.c" )
229230 . file ( "curl/lib/uint-spbset.c" )
230231 . file ( "curl/lib/uint-table.c" )
231232 . file ( "curl/lib/url.c" )
You can’t perform that action at this time.
0 commit comments