From f6fc816761b70a1e60f3a1a76d924bd628dbf092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristram=20Gr=C3=A4bener?= Date: Wed, 11 Jan 2023 20:01:06 +0100 Subject: [PATCH] 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 --- .github/actions/install-system-dependencies/action.yml | 2 +- .github/workflows/library-apple.yml | 2 ++ maplibre/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-system-dependencies/action.yml b/.github/actions/install-system-dependencies/action.yml index 59266fc6..4baa2628 100644 --- a/.github/actions/install-system-dependencies/action.yml +++ b/.github/actions/install-system-dependencies/action.yml @@ -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 diff --git a/.github/workflows/library-apple.yml b/.github/workflows/library-apple.yml index ede00ba9..cb49f2ad 100644 --- a/.github/workflows/library-apple.yml +++ b/.github/workflows/library-apple.yml @@ -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 diff --git a/maplibre/Cargo.toml b/maplibre/Cargo.toml index a3dae933..b1da5ed8 100644 --- a/maplibre/Cargo.toml +++ b/maplibre/Cargo.toml @@ -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"