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

Commit496f46c

Browse files
committed
Release postgres-protocol v0.6.6
1 parenta454378 commit496f46c

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

‎postgres-protocol/CHANGELOG.md‎

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

3+
##v0.6.6 -2023-08-19
4+
5+
###Added
6+
7+
* Added the`js` feature for WASM support.
8+
39
##v0.6.5 - 2023-03-27
410

511
###Added

‎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.5"
3+
version ="0.6.6"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
66
description ="Low level Postgres protocol APIs"

‎postgres-protocol/src/lib.rs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
//!
1010
//! This library assumes that the `client_encoding` backend parameter has been
1111
//! set to `UTF8`. It will most likely not behave properly if that is not the case.
12-
#![doc(html_root_url ="https://docs.rs/postgres-protocol/0.6")]
1312
#![warn(missing_docs, rust_2018_idioms, clippy::all)]
1413

1514
use byteorder::{BigEndian,ByteOrder};

‎postgres-types/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ with-time-0_3 = ["time-03"]
3030
[dependencies]
3131
bytes ="1.0"
3232
fallible-iterator ="0.2"
33-
postgres-protocol = {version ="0.6.4",path ="../postgres-protocol" }
33+
postgres-protocol = {version ="0.6.5",path ="../postgres-protocol" }
3434
postgres-derive = {version ="0.4.2",optional =true,path ="../postgres-derive" }
3535

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

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ parking_lot = "0.12"
5454
percent-encoding ="2.0"
5555
pin-project-lite ="0.2"
5656
phf ="0.11"
57-
postgres-protocol = {version ="0.6.5",path ="../postgres-protocol" }
57+
postgres-protocol = {version ="0.6.6",path ="../postgres-protocol" }
5858
postgres-types = {version ="0.2.4",path ="../postgres-types" }
5959
tokio = {version ="1.27",features = ["io-util"] }
6060
tokio-util = {version ="0.7",features = ["codec"] }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp