Skip to content

Commit b00f617

Browse files
authored
It is better to use the repository field in Cargo.toml (hyperledger-solang#1655)
To allow [Crates.io](https://crates.io/) , [lib.rs](https://lib.rs/) and the [Rust Digger](https://rust-digger.code-maven.com/) to link to it. See [the manifest](https://doc.rust-lang.org/cargo/reference/manifest.html#the-repository-field) for the explanation. Signed-off-by: Gábor Szabó <[email protected]>
1 parent 399c199 commit b00f617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solang"
33
version = "0.3.3"
44
authors = ["Sean Young <[email protected]>", "Lucas Steuernagel <[email protected]>", "Cyrill Leutwiler <[email protected]>"]
5-
homepage = "https://github.com/hyperledger/solang"
5+
repository = "https://github.com/hyperledger/solang"
66
documentation = "https://solang.readthedocs.io/"
77
license = "Apache-2.0"
88
build = "build.rs"

solang-parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "solang-parser"
33
version = "0.3.3"
44
authors = ["Sean Young <[email protected]>", "Lucas Steuernagel <[email protected]>", "Cyrill Leutwiler <[email protected]>"]
5-
homepage = "https://github.com/hyperledger/solang"
5+
repository = "https://github.com/hyperledger/solang"
66
documentation = "https://solang.readthedocs.io/"
77
license = "Apache-2.0"
88
build = "build.rs"

0 commit comments

Comments
 (0)