refactor: clean up package metadata

Like PR 12352 but for homepage and repository

Versions for

* `cargo-credential-1password`
* `cargo-util-schemas`
* `home`

are bumped along with the change.
This commit is contained in:
Weihang Lo 2023-12-18 15:31:24 -05:00
parent 881d79061a
commit ad2c45bde9
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
14 changed files with 38 additions and 29 deletions

6
Cargo.lock generated
View File

@ -335,7 +335,7 @@ dependencies = [
[[package]]
name = "cargo-credential-1password"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"cargo-credential",
"serde",
@ -437,7 +437,7 @@ dependencies = [
[[package]]
name = "cargo-util-schemas"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"semver",
@ -1914,7 +1914,7 @@ dependencies = [
[[package]]
name = "home"
version = "0.5.9"
version = "0.5.10"
dependencies = [
"windows-sys 0.52.0",
]

View File

@ -14,6 +14,8 @@ exclude = [
rust-version = "1.73" # MSRV:1
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
[workspace.dependencies]
anstream = "0.6.5"
@ -127,7 +129,7 @@ edition.workspace = true
license.workspace = true
rust-version.workspace = true
homepage = "https://crates.io"
repository = "https://github.com/rust-lang/cargo"
repository.workspace = true
documentation = "https://docs.rs/cargo"
description = """
Cargo, a package manager for Rust.

View File

@ -4,8 +4,8 @@ version = "0.1.7"
edition.workspace = true
license.workspace = true
rust-version = "1.70.0" # MSRV:3
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/cargo-platform"
description = "Cargo's representation of a target platform."

View File

@ -4,8 +4,8 @@ version = "0.1.0"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
documentation = "https://github.com/rust-lang/cargo"
description = "Helper proc-macro for Cargo's testsuite."
publish = false

View File

@ -1,11 +1,11 @@
[package]
name = "cargo-util-schemas"
version = "0.1.0"
version = "0.1.1"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "Deserialization schemas for Cargo"
[dependencies]

View File

@ -4,8 +4,8 @@ version = "0.2.9"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "Miscellaneous support code used by Cargo."
[dependencies]

View File

@ -4,7 +4,8 @@ version = "0.39.2"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = """
Helpers for interacting with crates.io
"""

View File

@ -1,6 +1,6 @@
[package]
name = "home"
version = "0.5.9"
version = "0.5.10"
authors = ["Brian Anderson <andersrb@gmail.com>"]
rust-version = "1.70.0" # MSRV:3
documentation = "https://docs.rs/home"
@ -13,7 +13,8 @@ include = [
"/README.md",
]
license.workspace = true
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "Shared definitions of home directories."
[target.'cfg(windows)'.dependencies]

View File

@ -8,8 +8,8 @@ authors = [
rust-version = "1.70.0" # MSRV:3
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "Automatically apply the suggestions made by rustc"
documentation = "https://docs.rs/rustfix"
exclude = [

View File

@ -1,10 +1,11 @@
[package]
name = "cargo-credential-1password"
version = "0.4.2"
version = "0.4.3"
rust-version = "1.70.0" # MSRV:3
edition.workspace = true
license.workspace = true
rust-version = "1.70.0" # MSRV:3
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "A Cargo credential process that stores tokens in a 1password vault."
[dependencies]

View File

@ -1,10 +1,11 @@
[package]
name = "cargo-credential-libsecret"
version = "0.4.2"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "A Cargo credential process that stores tokens with GNOME libsecret."
[dependencies]

View File

@ -1,10 +1,11 @@
[package]
name = "cargo-credential-macos-keychain"
version = "0.4.2"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "A Cargo credential process that stores tokens in a macOS keychain."
[dependencies]

View File

@ -1,10 +1,11 @@
[package]
name = "cargo-credential-wincred"
version = "0.4.2"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "A Cargo credential process that stores tokens with Windows Credential Manager."
[dependencies]

View File

@ -1,10 +1,11 @@
[package]
name = "cargo-credential"
version = "0.4.2"
rust-version = "1.70.0" # MSRV:3
edition.workspace = true
license.workspace = true
rust-version = "1.70.0" # MSRV:3
repository = "https://github.com/rust-lang/cargo"
homepage.workspace = true
repository.workspace = true
description = "A library to assist writing Cargo credential helpers."
[dependencies]