File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " radicle-git-ext"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44authors = [
55 " Alexis Sellier <alexis@radicle.xyz>" ,
66 " Kim Altintop <kim@eagain.st>" ,
@@ -34,7 +34,7 @@ default-features = false
3434features = [" vendored-libgit2" ]
3535
3636[dependencies .git-ref-format ]
37- version = " 0.5 .0"
37+ version = " 0.6 .0"
3838path = " ./git-ref-format"
3939features = [" macro" , " serde" ]
4040
@@ -44,5 +44,5 @@ features = ["derive"]
4444optional = true
4545
4646[dependencies .radicle-std-ext ]
47- version = " 0.1.1 "
47+ version = " 0.2.0 "
4848path = " ../radicle-std-ext"
Original file line number Diff line number Diff line change 11[package ]
22name = " git-ref-format"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [
55 " Kim Altintop <kim@eagain.st>" ,
66 " Fintan Halpenny <fintan.halpenny@gmail.com>" ,
@@ -25,10 +25,10 @@ percent-encoding = ["git-ref-format-core/percent-encoding"]
2525serde = [" git-ref-format-core/serde" ]
2626
2727[dependencies .git-ref-format-core ]
28- version = " 0.5 .0"
28+ version = " 0.6 .0"
2929path = " ./core"
3030
3131[dependencies .git-ref-format-macro ]
32- version = " 0.5 .0"
32+ version = " 0.6 .0"
3333path = " ./macro"
3434optional = true
Original file line number Diff line number Diff line change 11[package ]
22name = " git-ref-format-core"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [" Kim Altintop <kim@eagain.st>" ]
55description = " Core types for the git-ref-format crate"
66keywords = [" git" , " references" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " git-ref-format-macro"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [" Kim Altintop <kim@eagain.st>" ]
55description = " Macros for the git-ref-format crate"
66keywords = [" git" , " references" ]
@@ -21,5 +21,5 @@ quote = "1"
2121syn = " 2"
2222
2323[dependencies .git-ref-format-core ]
24- version = " 0.5 .0"
24+ version = " 0.6 .0"
2525path = " ../core"
Original file line number Diff line number Diff line change 11[package ]
22name = " radicle-std-ext"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44authors = [" The Radicle Team <dev@radicle.xyz>" ]
55description = " Monkey patches of std types"
66keywords = [" std" , " radicle" ]
Original file line number Diff line number Diff line change 22name = " radicle-surf"
33description = " A code surfing library for Git repositories"
44readme = " README.md"
5- version = " 0.25 .0"
5+ version = " 0.26 .0"
66authors = [" The Radicle Team <dev@radicle.xyz>" ]
77homepage.workspace = true
88repository.workspace = true
@@ -42,12 +42,12 @@ default-features = false
4242features = [" vendored-libgit2" ]
4343
4444[dependencies .radicle-git-ext ]
45- version = " 0.10 .0"
45+ version = " 0.11 .0"
4646path = " ../radicle-git-ext"
4747features = [" serde" ]
4848
4949[dependencies .radicle-std-ext ]
50- version = " 0.1.1 "
50+ version = " 0.2.0 "
5151path = " ../radicle-std-ext"
5252
5353[dependencies .serde ]
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = "tests"
33version = " 0.1.0"
44edition.workspace = true
55license.workspace = true
6-
76publish = false
87
98[lib ]
You can’t perform that action at this time.
0 commit comments