Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
quiche open feature=boringssl-boring-crate
Browse files Browse the repository at this point in the history
  • Loading branch information
yayanyang committed Feb 17, 2024
1 parent 20ae7d0 commit c8a8279
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,4 @@ jobs:
override: true
- uses: katyo/publish-crates@v2
with:
path: "./crates"
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protobuf = "^3.3.0"
protobuf-codegen = "^3.3.0"
protobuf-json-mapping = "3.3.0"
protoc-bin-vendored = "^3.0.0"
quiche = {version = "^0.20.0"}
quiche = {version = "^0.20.0", features = ["boringssl-boring-crate"]}
quote = "^1.0"
rand = {version = "^0.8", features = ["getrandom"]}
ring = "0.17.6"
Expand Down

0 comments on commit c8a8279

Please sign in to comment.