summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-12-20 00:40:05 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-12-20 00:40:25 +0100
commit4d457fa79a9bd37ccdfd45ce4fcca1d20d649f31 (patch)
treecc980449fc120c1971b49b62a87405312fe591a3
parent509f1a43a62a3057aef90e8ba46ec6aedcd4a979 (diff)
v0.3.0
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1edce44..cc9d1fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,8 @@
[package]
name = "resiter"
-version = "0.2.0"
-authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+version = "0.3.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>",
+ "Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Helper crate for handling iterators over result"