(cargo-release) start next development iteration 0.5.2-alpha.0

This commit is contained in:
Francis Lalonde 2017-12-13 14:59:44 -05:00
parent 4da84c3f86
commit aecc1ecc2a
3 changed files with 12 additions and 12 deletions

20
Cargo.lock generated
View File

@ -2,7 +2,7 @@
name = "aggregate_print"
version = "0.0.0"
dependencies = [
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
]
[[package]]
@ -34,14 +34,14 @@ dependencies = [
name = "counter_timer_gauge"
version = "0.0.0"
dependencies = [
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
]
[[package]]
name = "custom_publish"
version = "0.0.0"
dependencies = [
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
]
[[package]]
@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "dipstick"
version = "0.5.1-alpha.0"
version = "0.5.2-alpha.0"
dependencies = [
"derivative 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
@ -84,7 +84,7 @@ name = "graphite"
version = "0.0.0"
dependencies = [
"badlog 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
]
[[package]]
@ -131,7 +131,7 @@ dependencies = [
name = "multi_print"
version = "0.0.0"
dependencies = [
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
]
[[package]]
@ -170,7 +170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "queued"
version = "0.0.0"
dependencies = [
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
]
[[package]]
@ -182,7 +182,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "raw_sink"
version = "0.0.0"
dependencies = [
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
]
[[package]]
@ -211,14 +211,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "scoped_print"
version = "0.0.0"
dependencies = [
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
]
[[package]]
name = "static_metrics"
version = "0.0.0"
dependencies = [
"dipstick 0.5.1-alpha.0",
"dipstick 0.5.2-alpha.0",
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

View File

@ -14,7 +14,7 @@ members = [
[package]
name = "dipstick"
version = "0.5.1"
version = "0.5.2-alpha.0"
authors = ["Francis Lalonde <fralalonde@gmail.com>"]
description = """A fast and modular metrics library decoupling app instrumentation from reporting backend.

View File

@ -2,7 +2,7 @@ A quick, modular metrics toolkit for Rust applications; similar to popular loggi
but with counters, markers, gauges and timers.
Dipstick's main attraction is the ability to send metrics to multiple customized outputs.
For example, captured metrics can be written to the immediately log _and_
For example, captured metrics can be written immediately to the log _and_
sent over the network after a period of aggregation.
Dipstick builds on stable Rust with minimal dependencies