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

Commit bbd15ab

Browse files
committed
Merge branch 'release-v0.1.1' into release
2 parents 1ef6c47 + 00ef92d commit bbd15ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

postgres-derive-codegen/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-derive-codegen"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Deriving codegen support for Postgres enum, domain, and composite types"
@@ -16,8 +16,8 @@ nightly = []
1616
with-syntex = ["syntex", "syntex_syntax"]
1717

1818
[build-dependencies]
19-
syntex = { version = "0.29", optional = true }
19+
syntex = { version = "0.30", optional = true }
2020

2121
[dependencies]
22-
syntex = { version = "0.29", optional = true }
23-
syntex_syntax = { version = "0.29", optional = true }
22+
syntex = { version = "0.30", optional = true }
23+
syntex_syntax = { version = "0.30", optional = true }

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.0"
3+
version = "0.1.1"
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", path = "../postgres-derive-codegen", default-features = false, features = ["nightly"] }
16+
postgres-derive-codegen = { version = "0.1.1", path = "../postgres-derive-codegen", default-features = false, features = ["nightly"] }
1717

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

0 commit comments

Comments
 (0)