Skip to content

Bump tracing-log, nu-ansi-term and the crate version #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-tree"
version = "0.2.5"
version = "0.2.6"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, hold on—this needs to be bumped to 0.3.0 because we removed features in tracing-log and I didn't specify which features this library uses. i'll push to your branch, one sec.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was actually wondering about that.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I won't do the bump in this PR, but I'll do the bump in a subsequent PR. ease of reading history.

authors = ["David Barsky <[email protected]>", "Nathan Whitaker", "Oli Scherer <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -16,8 +16,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
"fmt",
"std",
] }
nu-ansi-term = "0.46.0"
tracing-log = { version = "0.1", optional = true }
nu-ansi-term = "0.49.0"
tracing-log = { version = "0.2", optional = true }
time = { version = "0.3.20", optional = true, features = [
"formatting",
"local-offset",
Expand Down
85 changes: 61 additions & 24 deletions test_dependencies/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test_dependencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
"std",
] }
tracing-tree = { path = ".." }
tracing-log = "0.1"
tracing-log = "0.2"