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"
50
50
git = " https://github.com/radicle-dev/radicle-link.git"
51
51
tag = " cycle/2022-04-05"
52
52
53
+ [patch .crates-io .radicle-source ]
54
+ git = " https://github.com/radicle-dev/radicle-surf.git"
55
+ commit = " 77b1905ba38fc9c95c01c0ed09d4d495548eacc2"
53
56
54
57
# Uncomment the following lines and comment out the radicle-link patches above
55
58
# to develop against a local copy of `radicle-link`.
@@ -62,6 +65,7 @@ tag = "cycle/2022-04-05"
62
65
# lnk-identities = { path = "../radicle-link/lnk-identities" }
63
66
# radicle-git-ext = { path = "../radicle-link/git-ext" }
64
67
# radicle-git-helpers = { path = "../radicle-link/git-helpers" }
68
+ # radicle-source = { path = "../radicle-surf/source" }
65
69
66
70
# These patches are the same as those listed in
67
71
# 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"
39
39
percent-encoding = " 2.1"
40
40
rand = " 0.8"
41
41
radicle-keystore = " 0.2"
42
- radicle-source = { version = " ^0.3.0" , features = [" syntax" ] }
43
42
serde = { version = " 1.0" , features = [ " derive" ] }
44
43
serde_json = " 1.0"
45
44
serde_qs = " 0.8"
@@ -68,6 +67,7 @@ lnk-identities = "0.1"
68
67
radicle-data = " 0.1"
69
68
radicle-git-ext = " 0.1"
70
69
radicle-git-helpers = " 0.1"
70
+ radicle-source = { version = " ^0.3.0" , features = [" syntax" ] }
71
71
72
72
rad-common = " 0"
73
73
You can’t perform that action at this time.
0 commit comments