From c84e5cd7d74a37436ef8c3bc5497cdd9f42f7f3a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 9 Apr 2023 13:01: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 16bf490..18fc17e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["result", "util"] description = "Adds the missing Result::inspect() function" documentation = "https://docs.rs/result-inspect" -repository = "https://git.beyermatthi.as/result-inspect" +repository = "https://github.com/matthiasbeyer/result-inspect" [dependencies] -- cgit v1.2.3 From 81828c8fe7fdb0b85bec4810e2e834ccad6f63ca Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 9 Apr 2023 13:01:39 +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 18fc17e..516b3fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "result-inspect" -version = "0.2.0" +version = "0.3.0" authors = ["Matthias Beyer "] edition = "2018" -- cgit v1.2.3