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

Commitcb2ba1c

Browse files
Release postgres-protocol v0.6.9
1 parenta6a0d53 commitcb2ba1c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

‎postgres-protocol/CHANGELOG.md‎

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

3+
##v0.6.9 - 2025-09-25
4+
5+
###Changed
6+
7+
* Updated repository links to use`rust-postgres` organization.
8+
* Upgraded to Rust 2021 edition.
9+
310
##v0.6.8 - 2025-02-02
411

512
###Changed

‎postgres-protocol/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="postgres-protocol"
3-
version ="0.6.8"
3+
version ="0.6.9"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2021"
66
description ="Low level Postgres protocol APIs"

‎postgres-types/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ with-time-0_3 = ["time-03"]
3737
[dependencies]
3838
bytes ="1.0"
3939
fallible-iterator ="0.2"
40-
postgres-protocol = {version ="0.6.8",path ="../postgres-protocol" }
40+
postgres-protocol = {version ="0.6.9",path ="../postgres-protocol" }
4141
postgres-derive = {version ="0.4.7",optional =true,path ="../postgres-derive" }
4242

4343
array-init = {version ="2",optional =true }

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ parking_lot = "0.12"
5858
percent-encoding ="2.0"
5959
pin-project-lite ="0.2.11"
6060
phf ="0.13"
61-
postgres-protocol = {version ="0.6.8",path ="../postgres-protocol" }
61+
postgres-protocol = {version ="0.6.9",path ="../postgres-protocol" }
6262
postgres-types = {version ="0.2.9",path ="../postgres-types" }
6363
tokio = {version ="1.27",features = ["io-util"] }
6464
tokio-util = {version ="0.7",features = ["codec"] }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp