We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077c594 commit 8bf69e5Copy full SHA for 8bf69e5
1 file changed
rsfbclient-diesel/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT"
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15
[dependencies]
16
-diesel = { git = "https://github.com/diesel-rs/diesel", rev = "596cdd21cc4aa4cefeccdcb3988c14f9a01ed6de", default-features = false, features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
+diesel = { version = "2.0.0", default-features = false, features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes"]}
17
rsfbclient = { version = "0.20.0", path = "../", default-features = false }
18
byteorder = "1.4.3"
19
bytes = "1.0.1"
0 commit comments