diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-04-10 22:55:27 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-04-10 22:55:27 +0200 |
commit | 19211e3ee86a515d236e7be73bffad66f0b7c741 (patch) | |
tree | df5e8b2d6af8711fcd86805252a670f7c46744dd /examples | |
parent | c703b16b47e99c6d5a2a1215a47ea1184b3ba83b (diff) | |
download | parseq-19211e3ee86a515d236e7be73bffad66f0b7c741.tar |
Release version 0.1.4HEADparseq-0.1.4main
This release serves to republish the parseq crate with a clean git
worktree on crates.io.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 26030d1..916d941 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -88,7 +88,7 @@ checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" [[package]] name = "parseq" -version = "0.1.3" +version = "0.1.4" dependencies = [ "crossbeam-channel", ] |