From 29f169cebfdcc802872897f24e590a7d25f706f7 Mon Sep 17 00:00:00 2001 From: davidontop Date: Wed, 1 May 2024 17:13:03 +0200 Subject: [PATCH] fix: repo url --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 74f10e5..08908a3 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "binf" -version = "1.1.1" +version = "1.1.2" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags" authors = ["DavidOnTop "] readme = "README.md" -repository = "https://git.srht.davidon.top/~davidontop/binf" +repository = "https://git.davidon.top/binf.git" documentation = "https://docs.rs/binf/" [workspace]