We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385bf35 commit c5591c8Copy full SHA for c5591c8
postgres-derive/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.4.1 - 2021-11-23
4
+
5
+### Fixed
6
7
+* Fixed handling of struct fields using raw identifiers.
8
9
## v0.4.0 - 2019-12-23
10
11
No changes
postgres-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-derive"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2018"
0 commit comments