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
Arrow Schema now derives serde and removes explicit to_json method.
This broke api at few places which are fixed by directly depending on
arrow_schema crate with serde feature enabled, calls to_json is replaced by
to_string method from serde_json according to usage.
actix_web_httpauth crate requires a different function signature for
validator which is fixed as well.
0 commit comments