Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslihotzki committed Sep 16, 2022
1 parent 3f631c7 commit 157d50c
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: &'static str = "17656911631008664055";
const APPROVED_SCHEMA_FILE_HASH: &'static str = "7337061968482404938";

#[test]
fn schema_version() {
Expand Down

0 comments on commit 157d50c

Please sign in to comment.