mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
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:
parent
2b917e9e08
commit
f6fc816761
@ -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
|
||||
|
||||
2
.github/workflows/library-apple.yml
vendored
2
.github/workflows/library-apple.yml
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user