You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when generating types after upgrading to crux_http 0.7.0:
--- stderr
Error: type tracing failed: Not supported: deserialize_any:
An unsupported callback was called during (de)serialization tracing. In practice, this happens when an
unsupported Serde attribute is used. Attributes specific to self-describing formats (JSON, YAML, TOML)
are generally not supported. This includes: `#[serde(flatten)]`, `#[serde(tag = "type")]`,
`#[serde(tag = "t", content = "c")]`, and `#[serde(untagged)]`.
I can trace it to the A::Capabilities::register_types(self) method but haven't had the time to dig further into it (yet).
Upgrading the counter example to use 0.7.0 gives the same issue.
I'm happy to pursue if the answer isn't immediately obvious.
The text was updated successfully, but these errors were encountered:
Oof, sorry about that, I'll have a look at fixing it later today. It'll have something to do with the types introduced to the http capability protocol.
I get the following error when generating types after upgrading to
crux_http 0.7.0
:I can trace it to the
A::Capabilities::register_types(self)
method but haven't had the time to dig further into it (yet).Upgrading the
counter
example to use 0.7.0 gives the same issue.I'm happy to pursue if the answer isn't immediately obvious.
The text was updated successfully, but these errors were encountered: