Skip to content

Commit

Permalink
(cargo-release) version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Dec 24, 2021
1 parent 30c67e5 commit 0d22704
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
@@ -1,7 +1,7 @@
[package]
name = "reqray"
description = "Log 'request x-rays' for rust programs instrumented with `tracing`."
version = "0.2.3-alpha.0"
version = "0.3.0"
authors = ["Peter Kolloch <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -26,4 +26,4 @@ tracing-appender = "0.2.0"

[[bench]]
name = "overhead"
harness = false
harness = false

0 comments on commit 0d22704

Please sign in to comment.