Skip to content

Commit eac6c90

Browse files
authored
chore(deps): remove patch dependency on diesel (#7)
1 parent 77b1e2e commit eac6c90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ tracing-wasm = { version = "0.2" }
4242
tracing-subscriber = { version = "0.3", features = ["env-filter", "tracing-log"] }
4343

4444
[patch.crates-io]
45-
diesel = { git = "https://github.com/xmtp/diesel", branch = "insipx/sqlite-replace-ignore-pub" }
46-
diesel_derives = { git = "https://github.com/xmtp/diesel", branch = "insipx/sqlite-replace-ignore-pub" }
47-
diesel_migrations = { git = "https://github.com/xmtp/diesel", branch = "insipx/sqlite-replace-ignore-pub" }
45+
diesel = { git = "https://github.com/diesel-rs/diesel", branch = "master" }
46+
diesel_derives = { git = "https://github.com/diesel-rs/diesel", branch = "master" }
47+
diesel_migrations = { git = "https://github.com/diesel-rs/diesel", branch = "master" }
4848

4949
[profile.release]
5050
opt-level = "s"

0 commit comments

Comments
 (0)