Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/workspace-management'
Browse files Browse the repository at this point in the history
* origin/workspace-management:
  Archive crates
  git-ext: update to version 0.3.0

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
  • Loading branch information
FintanH committed Mar 28, 2023
2 parents 165f25f + 1668d9f commit 6de53f7
Show file tree
Hide file tree
Showing 46 changed files with 4 additions and 19 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
[workspace]
members = [
"git-commit",
"git-storage",
"git-trailers",
"link-git",
"radicle-git-ext",
"radicle-std-ext",
"radicle-surf",
# TODO: port gitd-lib over
# "cli/gitd-lib",
"test",
]
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.
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.
4 changes: 3 additions & 1 deletion radicle-git-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "radicle-git-ext"
version = "0.2.1"
version = "0.3.0"
authors = [
"Alexis Sellier <alexis@radicle.xyz>",
"Kim Altintop <kim@eagain.st>",
"Fintan Halpenny <fintan.halpenny@gmail.com",
"Han Xu <keepsimple@gmail.com>",
]
edition = "2021"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion radicle-surf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ default-features = false
features = ["vendored-libgit2"]

[dependencies.radicle-git-ext]
version = "0.2.0"
version = "0.3.0"
path = "../radicle-git-ext"
features = ["serde"]

Expand Down
12 changes: 0 additions & 12 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,10 @@ doctest = false
test = true
doc = false

[dev-dependencies.git-commit-test]
path = "../git-commit/t"
features = ["test"]

[dev-dependencies.radicle-git-ext-test]
path = "../radicle-git-ext/t"
features = ["test"]

[dev-dependencies.git-trailers-test]
path = "../git-trailers/t"
features = ["test"]

[dev-dependencies.link-git-test]
path = "../link-git/t"
features = ["test"]

[dev-dependencies.radicle-surf-test]
path = "../radicle-surf/t"
features = ["test"]
Expand Down

0 comments on commit 6de53f7

Please sign in to comment.