diff --git a/Cargo.toml b/Cargo.toml index 45a673e2b..0ddd568e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,3 @@ codegen-units = 1 [patch.crates-io] zcash_encoding = { path = "components/zcash_encoding" } zcash_note_encryption = { path = "components/zcash_note_encryption" } -schemer = { git = "https://github.com/aschampion/schemer.git", rev = "6726b60f43f72c6e24a18d31be0ec7d42829e5e1" } -schemer-rusqlite = { git = "https://github.com/aschampion/schemer.git", rev = "6726b60f43f72c6e24a18d31be0ec7d42829e5e1" } diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 76d2110b4..d73065b4e 100644 --- a/zcash_client_sqlite/Cargo.toml +++ b/zcash_client_sqlite/Cargo.toml @@ -34,7 +34,7 @@ group = "0.12" jubjub = "0.9" rusqlite = { version = "0.25", features = ["bundled", "time", "array"] } schemer = "0.2" -schemer-rusqlite = "0.2" +schemer-rusqlite = "0.2.1" time = "0.2" uuid = "1.1"