Skip to content

Commit

Permalink
Bump to 0.5.2
Browse files Browse the repository at this point in the history
This release incoporates repairs to the firehose sink which,
subsequent to 0.4.12, was accidentally nerfed. That is, the sink
was no longer able to store delivered lines into its queue. This
release also updates to serde 0.9, making rust 1.15 the minimum
rust version that can build cernan. We have also updated to
protobuf 1.2, reducing some of the cloning that goes on around
the native protocol source/sink.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Feb 17, 2017
1 parent 6b06b02 commit 90e3503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cernan"
version = "0.5.1"
version = "0.5.2"
authors = ["Brian L. Troutwine <blt@postmates.com>"]

[[bin]]
Expand Down

0 comments on commit 90e3503

Please sign in to comment.