We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d6ae7 commit b4a417aCopy full SHA for b4a417a
Cargo.toml
@@ -7,3 +7,6 @@ edition = "2018"
7
[dependencies]
8
reqwest = { version = "0.10", features = ["json"] }
9
tokio = { version = "0.2", features = ["full"] }
10
+
11
+[dev-dependencies]
12
+json = "0.12"
tests/db/docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3"
2
services:
3
rest:
4
- image: postgrest/postgrest
+ image: postgrest/postgrest:v7.0.1
5
ports:
6
- "3000:3000"
environment:
0 commit comments