Bump prost crate version to 0.11.5 (#235)

* Bump prost crate version to 0.11.5

* github actions, xcode project: install dependencies

* github actions, fix step name
This commit is contained in:
Tristram Gräbener 2023-01-11 20:01:06 +01:00 committed by GitHub
parent 2b917e9e08
commit f6fc816761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@ runs:
sudo apt-get install -y \
protobuf-compiler \
libwayland-dev libxkbcommon-dev # Required for winit
- name: Install System Dependencies (Ubuntu)
- name: Install System Dependencies (macOS)
if: runner.os == 'macOS'
shell: bash
run: brew install protobuf

View File

@ -78,6 +78,8 @@ jobs:
uses: ./.github/actions/setup
with:
targets: aarch64-apple-ios
- name: Install Dependencies
uses: ./.github/actions/install-system-dependencies
- name: Build Example (iOS)
shell: bash
run: cd apple/xcode && xcodebuild -scheme "example (iOS)" -arch arm64 -sdk iphoneos build CODE_SIGNING_ALLOWED=NO

View File

@ -49,7 +49,7 @@ cgmath = "0.18.0"
geo = "0.22.1"
geo-types = { version = "0.7.6", features = ["use-rstar_0_9"] }
rstar = "0.9.3"
prost = "0.10.0"
prost = "0.11.5"
geozero = { version = "0.9.5", default-features = false, features = ["with-mvt", "with-geo"] }
tile-grid = "0.3.0"