diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-09 11:02:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-09 11:02:51 +0000 |
commit | 4141c0961329cf1c91ffe401a3b0327e2a4dbbba (patch) | |
tree | 846e53b7287128c2b2b0a82119422b5921f8da2f | |
parent | 0daf6bdd9c973013ed382e093cb0f294c152c843 (diff) | |
parent | 81828c8fe7fdb0b85bec4810e2e834ccad6f63ca (diff) |
7: Prepare 0.3.0 r=matthiasbeyer a=matthiasbeyer
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |