summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-09 11:02:51 +0000
committerGitHub <noreply@github.com>2023-04-09 11:02:51 +0000
commit4141c0961329cf1c91ffe401a3b0327e2a4dbbba (patch)
tree846e53b7287128c2b2b0a82119422b5921f8da2f
parent0daf6bdd9c973013ed382e093cb0f294c152c843 (diff)
parent81828c8fe7fdb0b85bec4810e2e834ccad6f63ca (diff)
7: Prepare 0.3.0 r=matthiasbeyer a=matthiasbeyer Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16bf490..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 <mail@beyermatthias.de>"]
edition = "2018"
@@ -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]