Skip to content

Commit

Permalink
Inherit package.repository from the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Jun 7, 2023
1 parent 2d4efaa commit c506198
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
repository = "https://github.com/toml-rs/toml"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.64.0" # MSRV
Expand Down
2 changes: 1 addition & 1 deletion crates/serde_spanned/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.6.2"
keywords = ["serde", "span"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "Serde-compatible spanned Value"
repository = "https://github.com/toml-rs/toml"
repository.workspace = true
homepage = "https://github.com/toml-rs/toml"
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/serde_toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
keywords = ["encoding", "toml"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "See instead `toml`"
repository = "https://github.com/toml-rs/toml"
repository.workspace = true
homepage = "https://github.com/toml-rs/toml"
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
"""
authors = ["Alex Crichton <[email protected]>"]
repository = "https://github.com/toml-rs/toml"
repository.workspace = true
homepage = "https://github.com/toml-rs/toml"
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_datetime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords = ["encoding", "toml"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "A TOML-compatible datetime type"
authors = ["Alex Crichton <[email protected]>"]
repository = "https://github.com/toml-rs/toml"
repository.workspace = true
homepage = "https://github.com/toml-rs/toml"
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords = ["encoding", "toml"]
categories = ["encoding", "parser-implementations", "parsing", "config"]
description = "Yet another format-preserving TOML parser."
authors = ["Andronik Ordian <[email protected]>", "Ed Page <[email protected]>"]
repository = "https://github.com/toml-rs/toml"
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit c506198

Please sign in to comment.