From 46f52e97f2b62d10dcaed248e6217b15742d27f1 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Thu, 12 Oct 2023 12:21:43 +0200 Subject: [PATCH] Bump schema version (#3651) --- crates/shared/src/lib.rs | 2 +- crates/shared/src/schema_hash_approval.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/shared/src/lib.rs b/crates/shared/src/lib.rs index 2b1ba52b3c9..991dc0c61c3 100644 --- a/crates/shared/src/lib.rs +++ b/crates/shared/src/lib.rs @@ -6,7 +6,7 @@ mod schema_hash_approval; // This gets changed whenever our schema changes. // At this time versions of wasm-bindgen and wasm-bindgen-cli are required to have the exact same // SCHEMA_VERSION in order to work together. -pub const SCHEMA_VERSION: &str = "0.2.87"; +pub const SCHEMA_VERSION: &str = "0.2.88"; #[macro_export] macro_rules! shared_api { diff --git a/crates/shared/src/schema_hash_approval.rs b/crates/shared/src/schema_hash_approval.rs index 4217bde716e..702277b74d0 100644 --- a/crates/shared/src/schema_hash_approval.rs +++ b/crates/shared/src/schema_hash_approval.rs @@ -8,7 +8,7 @@ // If the schema in this library has changed then: // 1. Bump the version in `crates/shared/Cargo.toml` // 2. Change the `SCHEMA_VERSION` in this library to this new Cargo.toml version -const APPROVED_SCHEMA_FILE_HASH: &str = "5679641936258023729"; +const APPROVED_SCHEMA_FILE_HASH: &str = "2548486983363536439"; #[test] fn schema_version() {