Skip to content

Commit

Permalink
Update schema_hash_approval.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Jan 6, 2025
1 parent c43561e commit 003312f
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 = "9634893679140845804";
const APPROVED_SCHEMA_FILE_HASH: &str = "2677741315808308343";

#[test]
fn schema_version() {
Expand Down

0 comments on commit 003312f

Please sign in to comment.