Skip to content

Commit 6de53f7

Browse files
committed
Merge remote-tracking branch 'origin/workspace-management'
* origin/workspace-management: Archive crates git-ext: update to version 0.3.0 Signed-off-by: Fintan Halpenny <[email protected]>
2 parents 165f25f + 1668d9f commit 6de53f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+4
-19
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
[workspace]
22
members = [
3-
"git-commit",
43
"git-storage",
5-
"git-trailers",
6-
"link-git",
74
"radicle-git-ext",
85
"radicle-std-ext",
96
"radicle-surf",
10-
# TODO: port gitd-lib over
11-
# "cli/gitd-lib",
127
"test",
138
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

radicle-git-ext/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[package]
22
name = "radicle-git-ext"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = [
5+
"Alexis Sellier <[email protected]>",
56
"Kim Altintop <[email protected]>",
67
"Fintan Halpenny <[email protected]",
8+
"Han Xu <[email protected]>",
79
]
810
edition = "2021"
911
license = "GPL-3.0-or-later"

radicle-surf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ default-features = false
3838
features = ["vendored-libgit2"]
3939

4040
[dependencies.radicle-git-ext]
41-
version = "0.2.0"
41+
version = "0.3.0"
4242
path = "../radicle-git-ext"
4343
features = ["serde"]
4444

test/Cargo.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,10 @@ doctest = false
1111
test = true
1212
doc = false
1313

14-
[dev-dependencies.git-commit-test]
15-
path = "../git-commit/t"
16-
features = ["test"]
17-
1814
[dev-dependencies.radicle-git-ext-test]
1915
path = "../radicle-git-ext/t"
2016
features = ["test"]
2117

22-
[dev-dependencies.git-trailers-test]
23-
path = "../git-trailers/t"
24-
features = ["test"]
25-
26-
[dev-dependencies.link-git-test]
27-
path = "../link-git/t"
28-
features = ["test"]
29-
3018
[dev-dependencies.radicle-surf-test]
3119
path = "../radicle-surf/t"
3220
features = ["test"]

0 commit comments

Comments
 (0)