From e33921255a7c81bdcd68fa2122716ee0dd6da192 Mon Sep 17 00:00:00 2001 From: Jonathan Gilchrist Date: Sun, 26 Jan 2025 16:35:12 +0000 Subject: [PATCH] Point scm-record to a remote branch --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a40137b53..77338586fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3365,8 +3365,7 @@ checksum = "088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db" [[package]] name = "scm-record" version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2165c1b15fb2285ed7d1c281501826d451ffa3bf4928de95020a1a103e2c256" +source = "git+https://github.com/jgilchrist/scm-record?branch=push-psqlpxytkoqk#e0dc9dd9e6cde39591e8a1bbcdf1e055a130cc7b" dependencies = [ "cassowary", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 3ffe844b1f..1e73b087a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ rustix = { version = "0.38.44", features = ["fs"] } same-file = "1.0.6" sapling-renderdag = "0.1.0" sapling-streampager = "0.10.3" -scm-record = "0.5.0" +scm-record = { git = "https://github.com/jgilchrist/scm-record", branch = "push-psqlpxytkoqk" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.137" slab = "0.4.9"