Fixed typo.
This commit is contained in:
parent
9e401783f4
commit
31bdb17f21
|
@ -223,7 +223,7 @@ sqlx = { version = "0.6.3", features = ["runtime-tokio-native-tls", "macros",
|
|||
"postgres", "uuid", "chrono"] }
|
||||
```
|
||||
|
||||
Both of the new creates need `serde` as a feature and we'll be using `UUID4` for
|
||||
Both of the new crates need `serde` as a feature and we'll be using `UUID4` for
|
||||
our primary key.
|
||||
|
||||
We'll also need a full subscription object to store, and then a
|
||||
|
|
Loading…
Reference in New Issue