Compare commits
No commits in common. "b20aa37fecd175097ee420021e4380179eda4c14" and "1aa885ff327e2dd90e6c0d074204def9bcc44b0e" have entirely different histories.
b20aa37fec
...
1aa885ff32
|
|
@ -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.8", features = ["postgres", "uuidv07", "chrono"] }
|
||||
diesel = { version = "1.4.7", features = ["postgres", "uuidv07", "chrono"] }
|
||||
diesel_migrations = "1.4.0"
|
||||
# To properly compile libpq statically
|
||||
openssl = "0.10.36"
|
||||
|
|
|
|||
Reference in New Issue