From 8f7cf0985f27354b050de63886855239c5f0cc67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Tue, 25 Feb 2025 20:59:03 +0200 Subject: [PATCH] snapshot: fix compilation test schemars 0.8.21 -> 0.8.22 --- near-sdk/compilation_tests/schema_derive_invalids.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/near-sdk/compilation_tests/schema_derive_invalids.stderr b/near-sdk/compilation_tests/schema_derive_invalids.stderr index 9894ab188..dea29ed3a 100644 --- a/near-sdk/compilation_tests/schema_derive_invalids.stderr +++ b/near-sdk/compilation_tests/schema_derive_invalids.stderr @@ -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(&mut self) -> Schema { | ^^^^^^^^^^ required by this bound in `SchemaGenerator::subschema_for`