Skip to content

Commit 47d8a6f

Browse files
committed
idl: Update the schematest hash
The only difference in the schematest comes from changing the type of the other_config and platform fields from RW to StaticRO, which is necessary to provide custom implementations of setters. With a modified schematest, the diff is: < "qualifier": "RW", --- > "qualifier": "StaticRO", Signed-off-by: Andrii Sultanov <andriy.sultanov@vates.tech>
1 parent e3cf679 commit 47d8a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocaml/idl/schematest.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex
33
(* BEWARE: if this changes, check that schema has been bumped accordingly in
44
ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *)
55

6-
let last_known_schema_hash = "87b39cf2131c990f186bb6baa6e5ece8"
6+
let last_known_schema_hash = "74ab53bec7861bcc9743cd8af10c0929"
77

88
let current_schema_hash : string =
99
let open Datamodel_types in

0 commit comments

Comments
 (0)