This repository was archived by the owner on Oct 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
postgres-derive-internals Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
Syntax extensions to automatically derive ` FromSql ` and ` ToSql ` implementations for Postgres enum,
6
6
domain, and composite types.
7
7
8
- The generated code requires rust-postgres 0.11.3 or higher and Rust 1.8 .0 or higher.
8
+ The generated code requires rust-postgres 0.12.0 or higher and Rust 1.10 .0 or higher.
9
9
10
10
# Usage
11
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-derive-codegen"
3
- version = " 0.1.4 "
3
+ version = " 0.2.0 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " Deriving codegen support for Postgres enum, domain, and composite types"
@@ -12,4 +12,4 @@ exclude = ["test"]
12
12
[dependencies ]
13
13
syntex = " 0.44"
14
14
syntex_syntax = " 0.44"
15
- postgres-derive-internals = { path = " ../postgres-derive-internals" }
15
+ postgres-derive-internals = { version = " 0.2.0 " , path = " ../postgres-derive-internals" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-derive-internals"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Steven Fackler <sfackler@palantir.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " Unstable internals library used by postgres-derive and postgres-derive-codegen"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-derive"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Steven Fackler <sfackler@palantir.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " Deriving plugin support for Postgres enum, domain, and composite types"
@@ -13,7 +13,7 @@ proc-macro = true
13
13
test = false
14
14
15
15
[dependencies ]
16
- postgres-derive-internals = { path = " ../postgres-derive-internals" }
16
+ postgres-derive-internals = { version = " 0.2.0 " , path = " ../postgres-derive-internals" }
17
17
18
18
[dev-dependencies ]
19
19
postgres = " 0.12"
You can’t perform that action at this time.
0 commit comments