Skip to content

Commit

Permalink
0.2.1-eaze.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Feb 18, 2021
1 parent 9981932 commit 53aeced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tracing-distributed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eaze-tracing-distributed"
version = "0.2.0-eaze.1"
version = "0.2.0-eaze.2"
authors = [
"Inanna Malick <[email protected]>",
"Jeremiah Senkpiel <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions tracing-honeycomb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eaze-tracing-honeycomb"
version = "0.2.1-eaze.1"
version = "0.2.1-eaze.2"
authors = [
"Inanna Malick <[email protected]>",
"Jeremiah Senkpiel <[email protected]>"
Expand All @@ -19,7 +19,7 @@ use_parking_lot = ["parking_lot", "eaze-tracing-distributed/use_parking_lot"]
[dependencies]
tracing = "0.1.12"
tracing-core = "0.1.9"
eaze-tracing-distributed = { path = "../tracing-distributed", version = "0.2.0-eaze.1" }
eaze-tracing-distributed = { path = "../tracing-distributed", version = "0.2.0-eaze.2" }
libhoney-rust = "0.1.3"
rand = "0.7"
chrono = "0.4"
Expand Down

0 comments on commit 53aeced

Please sign in to comment.