Skip to content

Commit c265df5

Browse files
committed
chore: update Cargo metadata
Update `edition` fields to 2021. Add `homepage` and `repository` fields to all the sub-crates.
1 parent 527fddf commit c265df5

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

radicle-git-ext/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ authors = [
88
"Han Xu <keepsimple@gmail.com>",
99
]
1010
edition = "2021"
11+
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/README.md"
12+
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt"
1113
license = "GPL-3.0-or-later"
1214
description = "Utilities and extensions to the git2 crate"
1315
keywords = ["git", "radicle"]

radicle-git-ext/git-ref-format/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ authors = [
66
"Fintan Halpenny <fintan.halpenny@gmail.com>",
77
]
88
edition = "2021"
9+
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/README.md"
10+
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt"
911
license = "GPL-3.0-or-later"
1012
description = "Everything you never knew you wanted for handling git ref names."
1113
keywords = ["git", "references"]

radicle-git-ext/git-ref-format/core/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "git-ref-format-core"
33
version = "0.3.1"
44
authors = ["Kim Altintop <kim@eagain.st>"]
5-
edition = "2018"
5+
edition = "2021"
6+
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/README.md"
7+
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt"
68
license = "GPL-3.0-or-later"
79
description = "Core types for the git-ref-format crate"
810
keywords = ["git", "references"]

radicle-git-ext/git-ref-format/macro/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "git-ref-format-macro"
33
version = "0.3.1"
44
authors = ["Kim Altintop <kim@eagain.st>"]
5-
edition = "2018"
5+
edition = "2021"
6+
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/README.md"
7+
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt"
68
license = "GPL-3.0-or-later"
79
description = "Macros for the git-ref-format crate"
810
keywords = ["git", "references"]

radicle-std-ext/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "radicle-std-ext"
33
version = "0.1.0"
44
authors = ["The Radicle Team <dev@radicle.xyz>"]
5-
edition = "2018"
5+
edition = "2021"
6+
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/README.md"
7+
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt"
68
license = "GPL-3.0-or-later"
79
description = "Monkey patches of std types"
810
keywords = ["std", "radicle"]

radicle-surf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ readme = "README.md"
55
version = "0.22.1"
66
authors = ["The Radicle Team <dev@radicle.xyz>"]
77
edition = "2021"
8-
homepage = "https://github.com/radicle-dev/radicle-git/blob/main/radicle-surf/README.md"
9-
repository = "https://github.com/radicle-dev/radicle-git/tree/main/radicle-surf"
8+
homepage = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt/tree/radicle-surf/README.md"
9+
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt"
1010
license = "GPL-3.0-or-later"
1111

1212
include = [

0 commit comments

Comments
 (0)