Skip to content

Commit 8936e34

Browse files
sagebindalexcrichton
authored andcommitted
Re-export spnego feature from curl-sys (#313)
Fixes #300.
1 parent 0a9e9f2 commit 8936e34

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
submodules: true
128128
- name: Install Rust
129129
run: rustup update stable && rustup default stable
130+
- name: Install dependencies
131+
run: sudo apt install libkrb5-dev
130132
- name: Build documentation
131133
run: cargo doc --no-deps --all-features
132134
- name: Publish documentation

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ default = ["ssl"]
4040
ssl = ["openssl-sys", "openssl-probe", "curl-sys/ssl"] # OpenSSL/system TLS backend
4141
mesalink = ["curl-sys/mesalink"] # MesaLink TLS backend
4242
http2 = ["curl-sys/http2"]
43+
spnego = ["curl-sys/spnego"]
4344
static-curl = ["curl-sys/static-curl"]
4445
static-ssl = ["curl-sys/static-ssl"]
4546
force-system-lib-on-osx = ['curl-sys/force-system-lib-on-osx']

0 commit comments

Comments
 (0)