mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
Use upstream sqlx git repository
This commit is contained in:
parent
c839ab2028
commit
2d4deaafcd
2 changed files with 8 additions and 8 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -5604,7 +5604,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sqlx"
|
||||
version = "0.6.2"
|
||||
source = "git+https://github.com/zed-industries/sqlx?rev=a3488181818e2094f12c7eae59cdfacd254d50b3#a3488181818e2094f12c7eae59cdfacd254d50b3"
|
||||
source = "git+https://github.com/launchbadge/sqlx?rev=4b7053807c705df312bcb9b6281e184bf7534eb3#4b7053807c705df312bcb9b6281e184bf7534eb3"
|
||||
dependencies = [
|
||||
"sqlx-core",
|
||||
"sqlx-macros",
|
||||
|
@ -5613,7 +5613,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sqlx-core"
|
||||
version = "0.6.2"
|
||||
source = "git+https://github.com/zed-industries/sqlx?rev=a3488181818e2094f12c7eae59cdfacd254d50b3#a3488181818e2094f12c7eae59cdfacd254d50b3"
|
||||
source = "git+https://github.com/launchbadge/sqlx?rev=4b7053807c705df312bcb9b6281e184bf7534eb3#4b7053807c705df312bcb9b6281e184bf7534eb3"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"atoi",
|
||||
|
@ -5670,7 +5670,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sqlx-macros"
|
||||
version = "0.6.2"
|
||||
source = "git+https://github.com/zed-industries/sqlx?rev=a3488181818e2094f12c7eae59cdfacd254d50b3#a3488181818e2094f12c7eae59cdfacd254d50b3"
|
||||
source = "git+https://github.com/launchbadge/sqlx?rev=4b7053807c705df312bcb9b6281e184bf7534eb3#4b7053807c705df312bcb9b6281e184bf7534eb3"
|
||||
dependencies = [
|
||||
"dotenvy",
|
||||
"either",
|
||||
|
@ -5689,7 +5689,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sqlx-rt"
|
||||
version = "0.6.2"
|
||||
source = "git+https://github.com/zed-industries/sqlx?rev=a3488181818e2094f12c7eae59cdfacd254d50b3#a3488181818e2094f12c7eae59cdfacd254d50b3"
|
||||
source = "git+https://github.com/launchbadge/sqlx?rev=4b7053807c705df312bcb9b6281e184bf7534eb3#4b7053807c705df312bcb9b6281e184bf7534eb3"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"tokio",
|
||||
|
|
|
@ -50,8 +50,8 @@ tracing-log = "0.1.3"
|
|||
tracing-subscriber = { version = "0.3.11", features = ["env-filter", "json"] }
|
||||
|
||||
[dependencies.sqlx]
|
||||
git = "https://github.com/zed-industries/sqlx"
|
||||
rev = "a3488181818e2094f12c7eae59cdfacd254d50b3"
|
||||
git = "https://github.com/launchbadge/sqlx"
|
||||
rev = "4b7053807c705df312bcb9b6281e184bf7534eb3"
|
||||
features = ["runtime-tokio-rustls", "postgres", "json", "time", "uuid"]
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -80,8 +80,8 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
|
|||
unindent = "0.1"
|
||||
|
||||
[dev-dependencies.sqlx]
|
||||
git = "https://github.com/zed-industries/sqlx"
|
||||
rev = "a3488181818e2094f12c7eae59cdfacd254d50b3"
|
||||
git = "https://github.com/launchbadge/sqlx"
|
||||
rev = "4b7053807c705df312bcb9b6281e184bf7534eb3"
|
||||
features = ["sqlite"]
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue