Skip to content

Commit b4a417a

Browse files
committed
Update project config
1 parent 11d6ae7 commit b4a417a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ edition = "2018"
77
[dependencies]
88
reqwest = { version = "0.10", features = ["json"] }
99
tokio = { version = "0.2", features = ["full"] }
10+
11+
[dev-dependencies]
12+
json = "0.12"

tests/db/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
rest:
4-
image: postgrest/postgrest
4+
image: postgrest/postgrest:v7.0.1
55
ports:
66
- "3000:3000"
77
environment:

0 commit comments

Comments
 (0)