Merge pull request #908 from elpiel/patch-1
Add `array-impls` feature of `postgres-types` in docs table
This commit is contained in:
commit
e5690253f7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
- run: docker compose up -d
|
||||
- uses: sfackler/actions/rustup@master
|
||||
with:
|
||||
version: 1.56.0
|
||||
version: 1.57.0
|
||||
- run: echo "::set-output name=version::$(rustc --version)"
|
||||
id: rust-version
|
||||
- uses: actions/cache@v1
|
||||
|
@ -104,6 +104,7 @@
|
||||
//! | Feature | Description | Extra dependencies | Default |
|
||||
//! | ------- | ----------- | ------------------ | ------- |
|
||||
//! | `runtime` | Enable convenience API for the connection process based on the `tokio` crate. | [tokio](https://crates.io/crates/tokio) 1.0 with the features `net` and `time` | yes |
|
||||
//! | `array-impls` | Enables `ToSql` and `FromSql` trait impls for arrays | - | no |
|
||||
//! | `with-bit-vec-0_6` | Enable support for the `bit-vec` crate. | [bit-vec](https://crates.io/crates/bit-vec) 0.6 | no |
|
||||
//! | `with-chrono-0_4` | Enable support for the `chrono` crate. | [chrono](https://crates.io/crates/chrono) 0.4 | no |
|
||||
//! | `with-eui48-0_4` | Enable support for the 0.4 version of the `eui48` crate. | [eui48](https://crates.io/crates/eui48) 0.4 | no |
|
||||
|
Loading…
Reference in New Issue
Block a user