Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit d1e1c67

Browse files
committed
Update radicle-source dependency
Signed-off-by: Rūdolfs Ošiņš <rudolfs@osins.org>
1 parent 2b83393 commit d1e1c67

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ tag = "cycle/2022-04-05"
5050
git = "https://github.com/radicle-dev/radicle-link.git"
5151
tag = "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

upstream-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ parking_lot = "0.12.0"
3939
percent-encoding = "2.1"
4040
rand = "0.8"
4141
radicle-keystore = "0.2"
42-
radicle-source = { version = "^0.3.0", features = ["syntax"] }
4342
serde = { version = "1.0", features = [ "derive" ] }
4443
serde_json = "1.0"
4544
serde_qs = "0.8"
@@ -68,6 +67,7 @@ lnk-identities = "0.1"
6867
radicle-data = "0.1"
6968
radicle-git-ext = "0.1"
7069
radicle-git-helpers = "0.1"
70+
radicle-source = { version = "^0.3.0", features = ["syntax"] }
7171

7272
rad-common = "0"
7373

0 commit comments

Comments
 (0)