obmarg / graphql-ws-client

A GraphQL over Websockets implementation for Rust
Apache License 2.0
39 stars 15 forks source link

fix: swap no-logging feature for logging feature #97

Closed obmarg closed 3 months ago

obmarg commented 3 months ago

Having a subtractive feature like no-logging was causing compile errors to be missed in CI, which is not good.