From 7de28e53023f3ce154cb21352bcc0192d6f63b4b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 9 Apr 2023 13:00:34 +0200 Subject: Change repository link to github Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e972c5..61d0e0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["option", "util"] description = "Adds the missing Option::inspect() function" documentation = "https://docs.rs/option-inspect" -repository = "https://git.beyermatthi.as/option-inspect" +repository = "https://github.com/matthiasbeyer/option-inspect" [dependencies] -- cgit v1.2.3 From e92bf9d2f6d7dc953b5a913143b0c13237ba9b3a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 9 Apr 2023 13:00:44 +0200 Subject: Bump version: 0.2.0 -> 0.3.0 Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61d0e0f..6741597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "option-inspect" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] edition = "2018" -- cgit v1.2.3