Skip to content

Commit

Permalink
Diesel version
Browse files Browse the repository at this point in the history
Diesel 2.0.0 version forced as dependency to avoid breaking changes
  • Loading branch information
fernandobatels committed Oct 17, 2023
1 parent 4c728cc commit dfdfe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsfbclient-diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
diesel = { version = "2.0.0", 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"]}
rsfbclient = { version = "0.23.0", path = "../", default-features = false }
byteorder = "1.4.3"
bytes = "1.0.1"
Expand Down

0 comments on commit dfdfe70

Please sign in to comment.