Skip to content

Commit 46f52e9

Browse files
authored
Bump schema version (#3651)
1 parent bfe644f commit 46f52e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/shared/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod schema_hash_approval;
66
// This gets changed whenever our schema changes.
77
// At this time versions of wasm-bindgen and wasm-bindgen-cli are required to have the exact same
88
// SCHEMA_VERSION in order to work together.
9-
pub const SCHEMA_VERSION: &str = "0.2.87";
9+
pub const SCHEMA_VERSION: &str = "0.2.88";
1010

1111
#[macro_export]
1212
macro_rules! shared_api {

crates/shared/src/schema_hash_approval.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// If the schema in this library has changed then:
99
// 1. Bump the version in `crates/shared/Cargo.toml`
1010
// 2. Change the `SCHEMA_VERSION` in this library to this new Cargo.toml version
11-
const APPROVED_SCHEMA_FILE_HASH: &str = "5679641936258023729";
11+
const APPROVED_SCHEMA_FILE_HASH: &str = "2548486983363536439";
1212

1313
#[test]
1414
fn schema_version() {

0 commit comments

Comments
 (0)