From 50736334f39632483143897afbf938da2635adfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Tue, 24 Jun 2025 18:24:39 +0300 Subject: [PATCH] chore: Minor change to remove www from github url in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b6f60c..a8d4522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Ron Lobo "] edition = "2018" description = "On the fly value objects in Rust." readme = "./README.md" -repository = "https://www.github.com/ronlobo/constrained_type" +repository = "https://github.com/ronlobo/constrained_type" license = "MIT/Apache-2.0" [dependencies] num-traits = "0.2.14" thiserror = "1.0.26" -fancy-regex = "0.7.1" \ No newline at end of file +fancy-regex = "0.7.1"