-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update git2 version to 0.18.1 and provide an updated release version of radicle-git-ext 0.7.0 and radicle-surf 0.18.0. Signed-off-by: Fintan Halpenny <[email protected]> X-Clacks-Overhead: GNU Terry Pratchett
- Loading branch information
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "radicle-git-ext" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
authors = [ | ||
"Alexis Sellier <[email protected]>", | ||
"Kim Altintop <[email protected]>", | ||
|
@@ -26,7 +26,7 @@ percent-encoding = "2" | |
thiserror = "1" | ||
|
||
[dependencies.git2] | ||
version = "0.17.0" | ||
version = "0.18.1" | ||
default-features = false | ||
features = ["vendored-libgit2"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "radicle-surf" | ||
description = "A code surfing library for Git repositories" | ||
readme = "README.md" | ||
version = "0.17.1" | ||
version = "0.18.0" | ||
authors = ["The Radicle Team <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://github.com/radicle-dev/radicle-git/blob/main/radicle-surf/README.md" | ||
|
@@ -34,12 +34,12 @@ nonempty = "0.5" | |
thiserror = "1.0" | ||
|
||
[dependencies.git2] | ||
version = "0.17.0" | ||
version = "0.18.1" | ||
default-features = false | ||
features = ["vendored-libgit2"] | ||
|
||
[dependencies.radicle-git-ext] | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
path = "../radicle-git-ext" | ||
features = ["serde"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters