Skip to content

Commit

Permalink
primitive-types: add repository URL to Cargo.toml (#844)
Browse files Browse the repository at this point in the history
This adds the repository URL to the Cargo manifest of `primitive-types`,
so that the crate published on crates.io can be automatically linked
back to the source repository.
  • Loading branch information
lucab authored Aug 10, 2024
1 parent d5e9c1d commit 757e2bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primitive-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.12.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
repository = "https://github.com/paritytech/parity-common"
description = "Primitive types shared by Ethereum and Substrate"
edition = "2021"
rust-version = "1.60.0"
Expand Down

0 comments on commit 757e2bd

Please sign in to comment.