diff --git a/Cargo.lock b/Cargo.lock index e2165c0941..2fb859dca5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5571,7 +5571,6 @@ checksum = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b" [[package]] name = "sqlez" version = "0.1.0" -source = "git+https://github.com/Kethku/sqlez#10a78dbe535a0c270b6b4bc469fbbffe9fc8c36f" dependencies = [ "anyhow", "indoc", diff --git a/crates/db/Cargo.toml b/crates/db/Cargo.toml index 5530caaa81..fe0b21eaf4 100644 --- a/crates/db/Cargo.toml +++ b/crates/db/Cargo.toml @@ -14,12 +14,13 @@ test-support = [] indoc = "1.0.4" collections = { path = "../collections" } gpui = { path = "../gpui" } +sqlez = { path = "../sqlez" } anyhow = "1.0.57" async-trait = "0.1" lazy_static = "1.4.0" log = { version = "0.4.16", features = ["kv_unstable_serde"] } parking_lot = "0.11.1" -sqlez = { git = "https://github.com/Kethku/sqlez", ref = "c8c01fe6b82085bbfe81b2a9406718454a7839c4c" } + [dev-dependencies] gpui = { path = "../gpui", features = ["test-support"] } diff --git a/crates/sqlez b/crates/sqlez new file mode 160000 index 0000000000..10a78dbe53 --- /dev/null +++ b/crates/sqlez @@ -0,0 +1 @@ +Subproject commit 10a78dbe535a0c270b6b4bc469fbbffe9fc8c36f