From c0238c90b3b0d9e5d7a99ba346bcab30b7da0a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sat, 7 Jun 2025 12:58:53 +0300 Subject: [PATCH] Update Cargo.toml use repository instead of homepage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e05ebc5..a69b0a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.10.0" edition = "2021" license = "MIT" description = "wasmprof allows to profile code running inside of wasmtime" -homepage = "https://github.com/Shopify/wasmprof" +repository = "https://github.com/Shopify/wasmprof" keywords = ["wasm", "wasmtime", "profiler"] categories = ["wasm", "development-tools::profiling"]