We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35848c commit 203512fCopy full SHA for 203512f
1 file changed
Cargo.toml
@@ -5,6 +5,6 @@ license = "MIT"
5
authors = ["Taryn Hill <taryn@phrohdoh.com>"]
6
7
[dependencies]
8
-diesel = "0.9"
9
-diesel_codegen = { version = "0.9", features = ["sqlite"] }
10
-dotenv = "0.8"
+diesel = "0.10"
+diesel_codegen = { version = "0.10", features = ["sqlite"] }
+dotenv = "0.8"
0 commit comments