enable serde, add ByteString::as_slice() method

This commit is contained in:
Nikolay Kim 2021-06-27 09:09:00 +06:00
parent d01438325b
commit fa6cd65cfc
5 changed files with 18 additions and 7 deletions

View file

@ -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: |