mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-22 01:12:07 +00:00
Fix 'rocket_db_pools' version in docs: 0.1.0 -> 0.2.0
This commit is contained in:
parent
9f09046247
commit
9282f3ed7b
@ -236,7 +236,7 @@ in three simple steps:
|
||||
|
||||
```toml
|
||||
[dependencies.rocket_db_pools]
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
features = ["sqlx_sqlite"]
|
||||
```
|
||||
|
||||
@ -304,7 +304,7 @@ default-features = false
|
||||
features = ["macros", "migrate"]
|
||||
|
||||
[dependencies.rocket_db_pools]
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
features = ["sqlx_sqlite"]
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user