mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
enable serde, add ByteString::as_slice() method
This commit is contained in:
parent
d01438325b
commit
fa6cd65cfc
5 changed files with 18 additions and 7 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
- name: Install cargo-cache
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cargo install cargo-cache --no-default-features --features ci-autoclean
|
||||
cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean
|
||||
|
||||
- name: Clear the cargo caches
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue