File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ tracing-wasm = { version = "0.2" }
42
42
tracing-subscriber = { version = " 0.3" , features = [" env-filter" , " tracing-log" ] }
43
43
44
44
[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 " }
48
48
49
49
[profile .release ]
50
50
opt-level = " s"
You can’t perform that action at this time.
0 commit comments