fix build cache export

This commit is contained in:
Qingping Hou 2024-04-28 16:30:12 -07:00
parent 5ff5ef76d0
commit 98b46f2ad5
3 changed files with 5 additions and 3 deletions

View File

@ -253,7 +253,9 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v2
# buildx setup required for build cache export
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:

2
Cargo.lock generated
View File

@ -4017,7 +4017,7 @@ dependencies = [
[[package]]
name = "roapi"
version = "0.11.2"
version = "0.11.3"
dependencies = [
"arrow-cast",
"arrow-flight",

View File

@ -1,6 +1,6 @@
[package]
name = "roapi"
version = "0.11.2"
version = "0.11.3"
authors = ["QP Hou <dave2008713@gmail.com>"]
homepage = "https://github.com/roapi/roapi"
license = "MIT"