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

Commit683a306

Browse files
Release postgres-types v0.2.10
1 parentcb2ba1c commit683a306

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

‎postgres-types/CHANGELOG.md‎

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
#Change Log
22

3-
##Unreleased
3+
##v0.2.10 - 2025-09-25
4+
5+
###Added
6+
7+
* Added support for`jiff` v0.2.
8+
* Added support for`bit-vec` versions v0.7 and v0.8.
9+
* Added`Serialize` and`Deserialize` impls for`Json` type.
10+
11+
###Changed
12+
13+
* Updated GitHub repository links to`rust-postgres` organization.
14+
* Switched from`serde` to`serde_core` dependency.
15+
* Upgraded to Rust 2021 edition.
16+
* Improved`-Zminimal-versions` support.
417

518
##v0.2.9 - 2025-02-02
619

‎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.9"
3+
version ="0.2.10"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2021"
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
@@ -59,7 +59,7 @@ percent-encoding = "2.0"
5959
pin-project-lite ="0.2.11"
6060
phf ="0.13"
6161
postgres-protocol = {version ="0.6.9",path ="../postgres-protocol" }
62-
postgres-types = {version ="0.2.9",path ="../postgres-types" }
62+
postgres-types = {version ="0.2.10",path ="../postgres-types" }
6363
tokio = {version ="1.27",features = ["io-util"] }
6464
tokio-util = {version ="0.7",features = ["codec"] }
6565
rand ="0.9.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp