Skip to content

Commit e569025

Browse files
authored
Merge pull request #908 from elpiel/patch-1
Add `array-impls` feature of `postgres-types` in docs table
2 parents 8785773 + dd3719d commit e569025

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: docker compose up -d
5656
- uses: sfackler/actions/rustup@master
5757
with:
58-
version: 1.56.0
58+
version: 1.57.0
5959
- run: echo "::set-output name=version::$(rustc --version)"
6060
id: rust-version
6161
- uses: actions/cache@v1

tokio-postgres/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
//! | Feature | Description | Extra dependencies | Default |
105105
//! | ------- | ----------- | ------------------ | ------- |
106106
//! | `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 |
107+
//! | `array-impls` | Enables `ToSql` and `FromSql` trait impls for arrays | - | no |
107108
//! | `with-bit-vec-0_6` | Enable support for the `bit-vec` crate. | [bit-vec](https://crates.io/crates/bit-vec) 0.6 | no |
108109
//! | `with-chrono-0_4` | Enable support for the `chrono` crate. | [chrono](https://crates.io/crates/chrono) 0.4 | no |
109110
//! | `with-eui48-0_4` | Enable support for the 0.4 version of the `eui48` crate. | [eui48](https://crates.io/crates/eui48) 0.4 | no |

0 commit comments

Comments
 (0)