diff --git a/radicle-git-ext/Cargo.toml b/radicle-git-ext/Cargo.toml index a9b91ef..5b51a17 100644 --- a/radicle-git-ext/Cargo.toml +++ b/radicle-git-ext/Cargo.toml @@ -1,9 +1,11 @@ [package] name = "radicle-git-ext" -version = "0.2.1" +version = "0.3.0" authors = [ + "Alexis Sellier ", "Kim Altintop ", "Fintan Halpenny ", ] edition = "2021" license = "GPL-3.0-or-later" diff --git a/radicle-surf/Cargo.toml b/radicle-surf/Cargo.toml index 22f327d..bb0c88a 100644 --- a/radicle-surf/Cargo.toml +++ b/radicle-surf/Cargo.toml @@ -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"]