Skip to content

Commit

Permalink
Update schema hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Liamolucko committed Apr 28, 2024
1 parent f992a18 commit fa78ca6
Showing 1 changed file with 1 addition and 1 deletion.
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 = "10197913343580353876";
const APPROVED_SCHEMA_FILE_HASH: &str = "16355783286637101026";

#[test]
fn schema_version() {
Expand Down

0 comments on commit fa78ca6

Please sign in to comment.