-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed
Description
The Getting Started at https://crates.io/crates/questdb-rs has the following example:
This Rust crate supports a number of optional features.
For example, if you want to work with ILP/HTTP and work with Chrono timestamps, use:
cargo add questdb-rs --features ilp-over-http chrono
but when I execute cargo add questdb-rs --features ilp-over-http chrono I get this error:
error: feature
ilp-over-httpmust be qualified by the dependency it's being activated for, likequestdb-rs/ilp-over-http,chrono/ilp-over-http
I tried to add chrono as a dependency first and only then run cargo add questdb-rs --features ilp-over-http chrono but I'm still getting the same error.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationhelp wantedExtra attention is neededExtra attention is needed