Skip to content

Commit

Permalink
git-ext: update to version 0.3.0
Browse files Browse the repository at this point in the history
Update radicle-git-ext to version 0.3.0 for publishing to crates.io.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
  • Loading branch information
FintanH committed Mar 27, 2023
1 parent 165f25f commit e81ea9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit e81ea9b

Please sign in to comment.