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

Commit43c7049

Browse files
committed
Release postgres-types v0.2.9
1 parent966724c commit43c7049

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

‎postgres-types/CHANGELOG.md‎

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

33
##Unreleased
44

5+
##v0.2.9 - 2025-02-02
6+
7+
###Added
8+
9+
* Added support for`cidr` 0.3 via the`with-cidr-0_3` feature.
10+
11+
###Fixed
12+
13+
* Fixed deserialization of out of bounds inputs to`time` 0.3 types to return an error rather than panic.
14+
515
##v0.2.8 - 2024-09-15
616

717
###Added

‎postgres-types/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-types"
3-
version ="0.2.8"
3+
version ="0.2.9"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
66
license ="MIT OR Apache-2.0"

‎tokio-postgres/Cargo.toml‎

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp