Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e4484c

Browse files
committed
Release tokio-postgres v0.7.7
1 parent5b95068 commit8e4484c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

‎tokio-postgres/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
#Change Log
22

3+
##v0.7.7 - 2022-08-21
4+
5+
##Added
6+
7+
* Added`ToSql` and`FromSql` implementations for`[u8; N]` via the`array-impls` feature.
8+
* Added support for`smol_str` 0.1 via the`with-smol_str-01` feature.
9+
* Added`ToSql::encode_format` to support text encodings of parameters.
10+
311
##v0.7.6 - 2022-04-30
412

513
###Added

‎tokio-postgres/Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="tokio-postgres"
3-
version ="0.7.6"
3+
version ="0.7.7"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
66
license ="MIT/Apache-2.0"
@@ -54,7 +54,7 @@ percent-encoding = "2.0"
5454
pin-project-lite ="0.2"
5555
phf ="0.11"
5656
postgres-protocol = {version ="0.6.4",path ="../postgres-protocol" }
57-
postgres-types = {version ="0.2.3",path ="../postgres-types" }
57+
postgres-types = {version ="0.2.4",path ="../postgres-types" }
5858
socket2 ="0.4"
5959
tokio = {version ="1.0",features = ["io-util"] }
6060
tokio-util = {version ="0.7",features = ["codec"] }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp