Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
88 stars 21 forks source link

Track MSRV in Cargo.toml #52

Closed negezor closed 5 months ago

negezor commented 5 months ago

It is worth specifying explicitly what minimum version the package supports. I chose 1.75 as the default because you can get rid of a lot of async-trait usage here, it will be in another PR.

negezor commented 5 months ago

The main reason is described here https://github.com/Protryon/klickhouse/pull/53