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

Commita6a0d53

Browse files
Release postgres-derive v0.4.7
1 parent429b76b commita6a0d53

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

‎postgres-derive/CHANGELOG.md‎

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

3+
##v0.4.7 - 2025-09-25
4+
5+
###Added
6+
7+
* Added support for nested domains containing composite types to`FromSql`
8+
9+
###Fixed
10+
11+
* Added`dyn` keyword to boxed trait objects.
12+
13+
###Changed
14+
15+
* Updated repository links to use`rust-postgres` organization.
16+
* Upgraded to Rust 2021 edition.
17+
318
##v0.4.6 - 2024-09-15
419

520
###Changed

‎postgres-derive/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-derive"
3-
version ="0.4.6"
3+
version ="0.4.7"
44
authors = ["Steven Fackler <sfackler@palantir.com>"]
55
license ="MIT OR Apache-2.0"
66
edition ="2021"

‎postgres-types/Cargo.toml‎

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

4343
array-init = {version ="2",optional =true }
4444
bit-vec-06 = {version ="0.6",package ="bit-vec",optional =true }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp