Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit a76933e

Browse files
committed
Release v0.2.2
1 parent e76b798 commit a76933e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

postgres-derive-codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-derive-codegen"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Deriving codegen support for Postgres enum, domain, and composite types"

postgres-derive-internals/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-derive-internals"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Unstable internals library used by postgres-derive and postgres-derive-codegen"

postgres-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-derive"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Deriving plugin support for Postgres enum, domain, and composite types"

0 commit comments

Comments
 (0)