From 428b5ec9b85644079c91e5320ac1a9c9c977fd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 25 Jun 2024 10:28:46 +0300 Subject: [PATCH] It is better to use the repository field in Cargo.toml (cherry picked from commit bc7c2c0dc532ccf5e41c269de4dcdb27ca41f074) --- pearlite-syn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pearlite-syn/Cargo.toml b/pearlite-syn/Cargo.toml index d405963de1..66d8d66f9d 100644 --- a/pearlite-syn/Cargo.toml +++ b/pearlite-syn/Cargo.toml @@ -3,7 +3,7 @@ name = "pearlite-syn" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" -homepage = "https://github.com/creusot-rs/creusot" +repository = "https://github.com/creusot-rs/creusot" description = "A syn parser for the Pearlite specification language" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html