File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ mod schema_hash_approval;
6
6
// This gets changed whenever our schema changes.
7
7
// At this time versions of wasm-bindgen and wasm-bindgen-cli are required to have the exact same
8
8
// 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 " ;
10
10
11
11
#[ macro_export]
12
12
macro_rules! shared_api {
Original file line number Diff line number Diff line change 8
8
// If the schema in this library has changed then:
9
9
// 1. Bump the version in `crates/shared/Cargo.toml`
10
10
// 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 " ;
12
12
13
13
#[ test]
14
14
fn schema_version ( ) {
You can’t perform that action at this time.
0 commit comments