Skip to content

Commit

Permalink
docs(README): remove wa-37420 from the feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Nov 12, 2023
1 parent 88702a7 commit c26868e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ See [examples](https://github.com/loyd/clickhouse.rs/tree/master/examples).
* `watch` — enables `client.watch` functionality. See the corresponding section for details.
* `uuid` — adds `serde::uuid` to work with [uuid](https://docs.rs/uuid/latest/uuid/) crate.
* `time` — adds `serde::time` to work with [time](https://docs.rs/time/latest/time/) crate.
* `wa-37420` — implements a workaround for CH versions prior to v22.6. See the corresponding section for details.

## Data Types
* `(U)Int(8|16|32|64|128)` maps to/from corresponding `(u|i)(8|16|32|64|128)` types or newtypes around them.
Expand Down

0 comments on commit c26868e

Please sign in to comment.