Skip to content

Commit

Permalink
chore: use official diesel commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Jul 14, 2023
1 parent 6c125c1 commit dbe1ffe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/diesel_mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sea-query-diesel = { path = "../../sea-query-diesel", features = [
] }

[patch.crates-io]
diesel = { git = "https://github.com/caido/dependency-diesel", branch = "fix/expose-push-bind-value" }
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "860e2ffff4c4fb8cf981dcb9fe5884baf0fa824e" }

# NOTE: if you are copying this example into your own project, use the following line instead:
# sea-query = { version = "0"}
Expand Down
2 changes: 1 addition & 1 deletion examples/diesel_postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sea-query-diesel = { path = "../../sea-query-diesel", features = [
] }

[patch.crates-io]
diesel = { git = "https://github.com/caido/dependency-diesel", branch = "fix/expose-push-bind-value" }
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "860e2ffff4c4fb8cf981dcb9fe5884baf0fa824e" }

# NOTE: if you are copying this example into your own project, use the following line instead:
# sea-query = { version = "0"}
Expand Down
2 changes: 1 addition & 1 deletion examples/diesel_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sea-query-diesel = { path = "../../sea-query-diesel", features = [
] }

[patch.crates-io]
diesel = { git = "https://github.com/caido/dependency-diesel", branch = "fix/expose-push-bind-value" }
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "860e2ffff4c4fb8cf981dcb9fe5884baf0fa824e" }

# NOTE: if you are copying this example into your own project, use the following line instead:
# sea-query = { version = "0"}
Expand Down
2 changes: 1 addition & 1 deletion sea-query-diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ with-mac_address = ["sea-query/with-mac_address", "mac_address"]
postgres-array = ["sea-query/postgres-array"]

[patch.crates-io]
diesel = { git = "https://github.com/caido/dependency-diesel", branch = "fix/expose-push-bind-value" }
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "860e2ffff4c4fb8cf981dcb9fe5884baf0fa824e" }

0 comments on commit dbe1ffe

Please sign in to comment.