Skip to content

Commit

Permalink
remove 3rd party backend option
Browse files Browse the repository at this point in the history
  • Loading branch information
zorancv committed Dec 8, 2023
1 parent 77be91f commit c7e3e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
# TODO: check if we can remove the last one
diesel = { version = "2.1.3", features = ["postgres", "serde_json", "numeric", "r2d2", "chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes"] }
diesel = { version = "2.1.3", features = ["postgres", "serde_json", "numeric", "r2d2", "chrono"] }
diesel-derive-enum = { version = "2.1.0", features = ["postgres"] }
diesel_derives = "2.1.2"
diesel-dynamic-schema = "0.2.1"
Expand Down

0 comments on commit c7e3e85

Please sign in to comment.