We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c402280 commit f8ef2dfCopy full SHA for f8ef2df
.github/workflows/CI.yml
@@ -190,7 +190,7 @@ jobs:
190
uses: actions/checkout@v4
191
192
- name: Install Rust
193
- uses: dtolnay/rust-toolchain@nightly
+ uses: dtolnay/rust-toolchain@stable
194
195
- name: Install cbindgen
196
uses: actions-rs/cargo@v1
@@ -204,7 +204,7 @@ jobs:
204
RUSTFLAGS: --cfg hyper_unstable_ffi
205
with:
206
command: rustc
207
- args: --features client,http1,http2,ffi -Z unstable-options --crate-type cdylib
+ args: --features client,http1,http2,ffi --crate-type cdylib
208
209
- name: Make Examples
210
run: cd capi/examples && make client
0 commit comments