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

Commit d4e93f2

Browse files
committed
Release v0.1.4
1 parent c22dfd8 commit d4e93f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

postgres-derive-codegen/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-codegen"
3-
version = "0.1.3"
3+
version = "0.1.4"
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-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-derive-macros"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Deriving macro support for Postgres enum, domain, and composite types"
@@ -13,7 +13,7 @@ plugin = true
1313
test = false
1414

1515
[dependencies]
16-
postgres-derive-codegen = { version = "0.1.3", path = "../postgres-derive-codegen", default-features = false, features = ["nightly"] }
16+
postgres-derive-codegen = { version = "0.1.4", path = "../postgres-derive-codegen", default-features = false, features = ["nightly"] }
1717

1818
[dev-dependencies]
1919
postgres = "0.11.3"

0 commit comments

Comments
 (0)