This repository was archived by the owner on Oct 10, 2019. It is now read-only.
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ proc-macro = true
13
13
test = false
14
14
15
15
[dependencies ]
16
- syn = " 0.12 "
17
- quote = " 0.4 "
16
+ syn = " 0.13 "
17
+ quote = " 0.5 "
18
18
19
19
[dev-dependencies ]
20
20
postgres = " 0.15.1"
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.14 or 0.15 and Rust 1.15 .0 or higher.
8
+ The generated code requires rust-postgres 0.14 or 0.15 and Rust 1.20 .0 or higher.
9
9
10
10
# Usage
11
11
Original file line number Diff line number Diff line change 3
3
build :
4
4
working_directory : ~/build
5
5
docker :
6
- - image : jimmycuadra/ rust:1.19 .0
6
+ - image : rust:1.20 .0
7
7
- image : postgres:9.6
8
8
environment :
9
9
POSTGRES_PASSWORD : password
@@ -17,10 +17,10 @@ jobs:
17
17
paths :
18
18
- ~/.cargo/registry/index
19
19
- restore_cache :
20
- key : dependencies-1.19 -{{ checksum "Cargo.lock" }}
20
+ key : dependencies-1.20 -{{ checksum "Cargo.lock" }}
21
21
- run : cargo test
22
22
- save_cache :
23
- key : dependencies-1.19 -{{ checksum "Cargo.lock" }}
23
+ key : dependencies-1.20 -{{ checksum "Cargo.lock" }}
24
24
paths :
25
25
- target
26
26
- ~/.cargo/registry/cache
You can’t perform that action at this time.
0 commit comments