diff options
author | Stefan Kreutz <mail@skreutz.com> | 2023-03-25 17:35:57 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2023-03-25 17:35:57 +0100 |
commit | e6b81581a1095e5e05a6c8175d4dc4fbb0c0a9bf (patch) | |
tree | 7266053f17d1a500263ca2fbac07bb26602e1409 /Cargo.toml | |
parent | 61db60533a8e0a9a060fc57b9c53a714c04e9854 (diff) | |
download | parseq-e6b81581a1095e5e05a6c8175d4dc4fbb0c0a9bf.tar |
Release version 0.1.2parseq-0.1.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "parseq" -version = "0.1.1" +version = "0.1.2" authors = ["Stefan Kreutz <mail@skreutz.com>"] edition = "2021" description = "Parallel sequential iterator" |