Skip to content

Error in Getting Started example #60

@jerrinot

Description

@jerrinot

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-http must be qualified by the dependency it's being activated for, like questdb-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

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions