Compare commits
2 Commits
1aa885ff32
...
b20aa37fec
| Author | SHA1 | Date |
|---|---|---|
|
|
b20aa37fec | |
|
|
340b9689be |
|
|
@ -22,7 +22,7 @@ rocket_sync_db_pools = { version = "0.1.0-rc.1", default_features = false, featu
|
|||
# Used to (de)serialize JSON
|
||||
serde = { version = "1.0.132", features = [ "derive" ] }
|
||||
# ORM
|
||||
diesel = { version = "1.4.7", features = ["postgres", "uuidv07", "chrono"] }
|
||||
diesel = { version = "1.4.8", features = ["postgres", "uuidv07", "chrono"] }
|
||||
diesel_migrations = "1.4.0"
|
||||
# To properly compile libpq statically
|
||||
openssl = "0.10.36"
|
||||
|
|
|
|||
Reference in New Issue