Skip to content

Commit e81ea9b

Browse files
committed
git-ext: update to version 0.3.0
Update radicle-git-ext to version 0.3.0 for publishing to crates.io. Signed-off-by: Fintan Halpenny <[email protected]> X-Clacks-Overhead: GNU Terry Pratchett
1 parent 165f25f commit e81ea9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

0 commit comments

Comments
 (0)