Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
configure dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dukhno committed Apr 11, 2021
1 parent db83325 commit 7904f46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ The crate supports:

Add this to you `Cargo.toml` if you want to use it with `tokio` runtime
```toml
pg_wire = { version = "0.9.0", features = ["tokio_net"] }
pg_wire = { version = "0.8", features = ["tokio_net"] }
```

Add this to you `Cargo.toml` if you want to enable `smol` runtime support
```toml
pg_wire = { version = "0.9.0", features = ["async_io"] }
pg_wire = { version = "0.8", features = ["async_io"] }
```

## Examples
Expand Down

0 comments on commit 7904f46

Please sign in to comment.