Skip to content

Commit

Permalink
git-ext, surf: update git2-0.18.1
Browse files Browse the repository at this point in the history
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 <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
  • Loading branch information
FintanH committed Dec 4, 2023
1 parent da05e40 commit e0b8789
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion git-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thiserror = "1"
either = "1.8.0"

[dependencies.git2]
version = "0.17.0"
version = "0.18.1"
default-features = false
features = ["vendored-libgit2"]

Expand Down
2 changes: 1 addition & 1 deletion git-storage/t/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proptest = "1"
path = ".."

[dependencies.git2]
version = "0.17.0"
version = "0.18.1"
default-features = false
features = ["vendored-libgit2"]

Expand Down
4 changes: 2 additions & 2 deletions radicle-git-ext/Cargo.toml
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 <alexis@radicle.xyz>",
"Kim Altintop <kim@eagain.st>",
Expand All @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion radicle-git-ext/t/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = "1"
serde_json = "1"

[dependencies.git2]
version = "0.17.0"
version = "0.18.1"
default-features = false
features = ["vendored-libgit2"]

Expand Down
6 changes: 3 additions & 3 deletions radicle-surf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dev@radicle.xyz>"]
edition = "2021"
homepage = "https://github.com/radicle-dev/radicle-git/blob/main/radicle-surf/README.md"
Expand Down Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion radicle-surf/t/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ proptest = "1"
serde_json = "1"

[dev-dependencies.git2]
version = "0.17.0"
version = "0.18.1"
default-features = false
features = ["vendored-libgit2"]

Expand Down

0 comments on commit e0b8789

Please sign in to comment.