juniper/juniper_graphql_ws/src
tyranron ef7a7e8229
Upgrade to 2021 Rust edition
- set 1.62 Rust as MSRV
- use new fmt syntax where possible
- refactor `.to_owned()`, `.to_string()` and `.into()` usage
- rename `IntoResolvable::into()` as `IntoResolvable::into_resolvable()` to disambiguate with `Into::into()`
- use `#[derive(Default)]` for enums where possible
- use `bool::then_some()` where possible
2022-07-13 15:20:10 +02:00
..
client_message.rs Upgrade to 2021 Rust edition 2022-07-13 15:20:10 +02:00
lib.rs Upgrade to 2021 Rust edition 2022-07-13 15:20:10 +02:00
schema.rs GraphQL-WS crate and Warp subscriptions update (#721) 2020-07-28 22:23:44 -10:00
server_message.rs Upgrade to 2021 Rust edition 2022-07-13 15:20:10 +02:00
utils.rs fix(juniper_graphql_ws): correct null deserialization issue (#738) 2020-08-14 13:46:23 -10:00