Skip to content

Commit

Permalink
Bump schema version (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Oct 12, 2023
1 parent bfe644f commit 46f52e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/shared/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion crates/shared/src/schema_hash_approval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 46f52e9

Please sign in to comment.