replace libs/hbb_common with submodule (#502)

cargo update -p schannel to fix crash on higher rust toolchain, https://github.com/seanmonstar/reqwest/issues/2311

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-01-20 17:34:22 +08:00
committed by GitHub
parent 772db7422f
commit 7a509f6975
28 changed files with 1397 additions and 5357 deletions

View File

@@ -20,6 +20,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
submodules: recursive
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
@@ -34,6 +35,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
submodules: recursive
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
@@ -50,6 +52,7 @@ jobs:
toolchain: stable
override: true
components: rustfmt
submodules: recursive
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
@@ -69,6 +72,7 @@ jobs:
toolchain: stable
override: true
components: clippy
submodules: recursive
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with: