Skip to content

Commit

Permalink
Merge pull request #4 from rustyhorde/feature/reexport-layer
Browse files Browse the repository at this point in the history
Re-export Layer for convenience
  • Loading branch information
CraZySacX authored May 11, 2023
2 parents 1a1a8ef + e7077a5 commit 7fdbcf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
name = "tracing-subscriber-init"
readme = "README.md"
repository = "https://github.com/rustyhorde/tracing-subscriber-init"
version = "0.1.2"
version = "0.1.3"

[package.metadata.cargo-all-features]
denylist = ["time"]
Expand Down
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,6 @@ pub use tracing_subscriber::fmt::time::Uptime;
#[cfg(feature = "tstime")]
#[doc(no_inline)]
pub use tracing_subscriber::fmt::time::UtcTime;
#[cfg(feature = "tstime")]
#[doc(no_inline)]
pub use tracing_subscriber::Layer;

0 comments on commit 7fdbcf7

Please sign in to comment.