From 8d26983294122f353e15f30f652d6a3f40a0d866 Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Sat, 18 Feb 2023 14:52:45 +0100 Subject: [PATCH 1/2] Bump npm package version --- web/lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/package.json b/web/lib/package.json index 54543f322..751c29373 100644 --- a/web/lib/package.json +++ b/web/lib/package.json @@ -1,6 +1,6 @@ { "name": "maplibre-rs", - "version": "0.0.1", + "version": "0.1.0", "description": "", "scripts": { "clean": "rm -rf dist && rm -rf src/wasm-pack", From 970f8e54e153cb1f7a4ed8a7a4c218330f301cee Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Sat, 18 Feb 2023 14:55:49 +0100 Subject: [PATCH 2/2] Remove * versions --- maplibre-build-tools/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maplibre-build-tools/Cargo.toml b/maplibre-build-tools/Cargo.toml index 948dbd2fd..82e8d9b66 100644 --- a/maplibre-build-tools/Cargo.toml +++ b/maplibre-build-tools/Cargo.toml @@ -14,7 +14,7 @@ authors.workspace = true sqlite = ["rusqlite"] [dependencies] -naga = { version = "*", features = ["wgsl-in"] } +naga = { version = "0.11.0", features = ["wgsl-in"] } walkdir = "2.3.2" log = "0.4.17" rusqlite = { version = "0.28.0", optional = true } diff --git a/web/Cargo.toml b/web/Cargo.toml index 30723ec2a..bd2bc7e51 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -49,7 +49,7 @@ tracing-wasm = { version = "0.2.1", optional = true } # TODO: Low quality depend serde_json = "1.0.85" flatbuffers = "22.10.26" -image = "*" # FIXME: Remove image, use browser capabilities +image = "0.24.5" # FIXME: Remove image, use browser capabilities [build-dependencies] flatc-rust = "0.2.0"