bump roapi version

This commit is contained in:
Qingping Hou 2025-06-15 21:35:19 -07:00
parent 48b3aae9b9
commit 44b5992d24
5 changed files with 8 additions and 14 deletions

View File

@ -188,7 +188,7 @@ jobs:
- name: Build binary - universal2
env:
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
MACOSX_DEPLOYMENT_TARGET: '10.9'
MACOSX_DEPLOYMENT_TARGET: '10.12'
run: |
# set SDKROOT for C dependencies
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)

View File

@ -53,7 +53,7 @@ jobs:
- name: Build wheels - universal2
env:
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
MACOSX_DEPLOYMENT_TARGET: '10.9'
MACOSX_DEPLOYMENT_TARGET: '10.12'
run: |
# set SDKROOT for C dependencies
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)

View File

@ -62,7 +62,7 @@ jobs:
- name: Build wheels - universal2
env:
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
MACOSX_DEPLOYMENT_TARGET: '10.9'
MACOSX_DEPLOYMENT_TARGET: '10.12'
run: |
# set SDKROOT for C dependencies
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)

14
Cargo.lock generated
View File

@ -1515,7 +1515,7 @@ dependencies = [
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq 0.3.1",
"constant_time_eq",
]
[[package]]
@ -2065,12 +2065,6 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
[[package]]
name = "constant_time_eq"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
[[package]]
name = "convert_case"
version = "0.8.0"
@ -7027,7 +7021,7 @@ dependencies = [
[[package]]
name = "roapi"
version = "0.12.5"
version = "0.12.6"
dependencies = [
"arrow-cast",
"arrow-flight",
@ -7038,7 +7032,7 @@ dependencies = [
"base64 0.22.1",
"clap",
"columnq",
"constant_time_eq 0.4.2",
"constant_time_eq",
"dashmap",
"env_logger",
"futures",
@ -7064,7 +7058,7 @@ dependencies = [
"tokio-stream",
"toml",
"tonic",
"tower 0.5.2",
"tower 0.4.13",
"tower-http",
"tower-layer",
"tower-service",

View File

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