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

Commit6ae17e0

Browse files
committed
Release postgres v0.19.9
1 parent8d08adb commit6ae17e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎postgres/CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
##Unreleased
44

5+
##v0.19.9 - 2024-09-15
6+
57
###Added
68

79
* Added support for`jiff` 0.1 via the`with-jiff-01` feature.

‎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 ="postgres"
3-
version ="0.19.8"
3+
version ="0.19.9"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
66
license ="MIT OR Apache-2.0"
@@ -41,7 +41,7 @@ bytes = "1.0"
4141
fallible-iterator ="0.2"
4242
futures-util = {version ="0.3.14",features = ["sink"] }
4343
log ="0.4"
44-
tokio-postgres = {version ="0.7.11",path ="../tokio-postgres" }
44+
tokio-postgres = {version ="0.7.12",path ="../tokio-postgres" }
4545
tokio = {version ="1.0",features = ["rt","time"] }
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp