Skip to content

Commit

Permalink
snapshot: fix compilation test schemars 0.8.21 -> 0.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Feb 25, 2025
1 parent 1582199 commit 8f7cf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-sdk/compilation_tests/schema_derive_invalids.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ error[E0277]: the trait bound `Inner: JsonSchema` is not satisfied
(T0, T1, T2, T3, T4, T5)
and $N others
note: required by a bound in `SchemaGenerator::subschema_for`
--> $CARGO/schemars-0.8.21/src/gen.rs
--> $CARGO/schemars-0.8.22/src/gen.rs
|
| pub fn subschema_for<T: ?Sized + JsonSchema>(&mut self) -> Schema {
| ^^^^^^^^^^ required by this bound in `SchemaGenerator::subschema_for`

0 comments on commit 8f7cf09

Please sign in to comment.