Skip to content

Commit

Permalink
Release cernan 0.7.7
Browse files Browse the repository at this point in the history
This release includes the change to allow end users to configure the size of
hopper index files, fixes the bug where the firehouse sink gets stuck in the
valve closed state, and also explicitly updates Cargo.toml to point to hopper
0.3.2, which was already on stable branch in the Cargo.lock file, but wasn't
present in the config.

Signed-off-by: Tom Santero <tom.santero@postmates.com>
  • Loading branch information
Tom Santero committed Sep 14, 2017
1 parent 7cae683 commit a2919c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "cernan"
readme = "README.md"
repository = "https://github.com/postmates/cernan"
version = "0.7.7-pre"
version = "0.7.7"

[[bin]]
name = "cernan"
Expand All @@ -22,7 +22,7 @@ fern = "0.4"
elastic = "0.13"
elastic_types = "0.19"
glob = "0.2.11"
hopper = "0.3.1"
hopper = "0.3.2"
hyper = "0.10"
hyper-native-tls = "0.2"
lazy_static = "0.2.1"
Expand Down

0 comments on commit a2919c5

Please sign in to comment.