chore(ops/yandex-cloud-rs): bump API specs to 2023-05-23

Change-Id: Ibc98d3878690099d6d95dfe1a2741d551ed7a72a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8608
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-05-23 12:38:11 +03:00 committed by tazjin
parent b8cbf3456b
commit 6d9ebd7b7c
4 changed files with 15 additions and 17 deletions

View file

@ -26,9 +26,7 @@ used:
```
# Get rid of all generated source files
cd src
ls | grep -v '^lib.rs$' | xargs rm
cd ..
find src | grep '.rs$' | grep -v '^src/lib.rs$' | xargs rm
# Get rid of all old artefacts
cargo clean