Closed graphql-ws-client-releaser[bot] closed 5 months ago
@obmarg it's weird that the CI action which uses cargo build --all-features
works but cargo build
does not
â–¶ cargo build --all-features
Finished dev [unoptimized + debuginfo] target(s) in 0.23s
â–¶ cargo build
Compiling graphql-ws-client v0.8.2 (/Users/rhishikeshj/workspace/juxt/artis/src/graphql-ws-client)
error[E0425]: cannot find value `keep_alive_duration` in this scope
--> src/next/actor.rs:173:29
|
173 | ... keep_alive_duration
| ^^^^^^^^^^^^^^^^^^^
|
help: you might have meant to use the available field
|
173 | self.keep_alive_duration
| +++++
For more information about this error, try `rustc --explain E0425`.
error: could not compile `graphql-ws-client` (lib) due to 1 previous error
@rhishikeshj yeah, I think it's because the no-logger
feature disables logging, so --all-features
was (counterintuitively) removing code.
I want to rethink that, in retrospect it was not a good idea.
🤖 New release
graphql-ws-client
: 0.8.2 -> 0.8.3 (✓ API compatible changes)Changelog
This PR was generated with release-plz.