I followed https://diesel.rs/guides/migration_guide.html to update the diesel dependency from 1.4 to 2.0. The diesel dependency is extracted to shared and re-exported to be used by the web and daemon modules. This makes sure both modules use the same version and when updating only one place needs to be touched.
I followed https://diesel.rs/guides/migration_guide.html to update the diesel dependency from 1.4 to 2.0. The diesel dependency is extracted to
shared
and re-exported to be used by theweb
anddaemon
modules. This makes sure both modules use the same version and when updating only one place needs to be touched.