Skip to content

Commit 2d4deaa

Browse files
committed
Use upstream sqlx git repository
1 parent c839ab2 commit 2d4deaa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/collab/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ tracing-log = "0.1.3"
5050
tracing-subscriber = { version = "0.3.11", features = ["env-filter", "json"] }
5151

5252
[dependencies.sqlx]
53-
git = "https://github.com/zed-industries/sqlx"
54-
rev = "a3488181818e2094f12c7eae59cdfacd254d50b3"
53+
git = "https://github.com/launchbadge/sqlx"
54+
rev = "4b7053807c705df312bcb9b6281e184bf7534eb3"
5555
features = ["runtime-tokio-rustls", "postgres", "json", "time", "uuid"]
5656

5757
[dev-dependencies]
@@ -80,8 +80,8 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
8080
unindent = "0.1"
8181

8282
[dev-dependencies.sqlx]
83-
git = "https://github.com/zed-industries/sqlx"
84-
rev = "a3488181818e2094f12c7eae59cdfacd254d50b3"
83+
git = "https://github.com/launchbadge/sqlx"
84+
rev = "4b7053807c705df312bcb9b6281e184bf7534eb3"
8585
features = ["sqlite"]
8686

8787
[features]

0 commit comments

Comments
 (0)