This repository was archived by the owner on Aug 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ tag = "cycle/2022-04-05"
5050git = " https://github.com/radicle-dev/radicle-link.git"
5151tag = " cycle/2022-04-05"
5252
53+ [patch .crates-io .radicle-source ]
54+ git = " https://github.com/radicle-dev/radicle-surf.git"
55+ commit = " 77b1905ba38fc9c95c01c0ed09d4d495548eacc2"
5356
5457# Uncomment the following lines and comment out the radicle-link patches above
5558# to develop against a local copy of `radicle-link`.
@@ -62,6 +65,7 @@ tag = "cycle/2022-04-05"
6265# lnk-identities = { path = "../radicle-link/lnk-identities" }
6366# radicle-git-ext = { path = "../radicle-link/git-ext" }
6467# radicle-git-helpers = { path = "../radicle-link/git-helpers" }
68+ # radicle-source = { path = "../radicle-surf/source" }
6569
6670# These patches are the same as those listed in
6771# https://github.com/radicle-dev/radicle-link/blob/cycle/2022-04-05/Cargo.toml
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ parking_lot = "0.12.0"
3939percent-encoding = " 2.1"
4040rand = " 0.8"
4141radicle-keystore = " 0.2"
42- radicle-source = { version = " ^0.3.0" , features = [" syntax" ] }
4342serde = { version = " 1.0" , features = [ " derive" ] }
4443serde_json = " 1.0"
4544serde_qs = " 0.8"
@@ -68,6 +67,7 @@ lnk-identities = "0.1"
6867radicle-data = " 0.1"
6968radicle-git-ext = " 0.1"
7069radicle-git-helpers = " 0.1"
70+ radicle-source = { version = " ^0.3.0" , features = [" syntax" ] }
7171
7272rad-common = " 0"
7373
You can’t perform that action at this time.
0 commit comments