Skip to content

Commit

Permalink
Remove unwanted dependency on sdk in tracingappender (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Mar 20, 2024
1 parent e98c61c commit e0bb2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions opentelemetry-appender-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## vNext

- Removed unwanted dependency on opentelemetry-sdk.

## v0.3.0

### Added
Expand Down
1 change: 0 additions & 1 deletion opentelemetry-appender-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ rust-version = "1.65"
log = { workspace = true, optional = true }
once_cell = { workspace = true }
opentelemetry = { version = "0.22", path = "../opentelemetry", features = ["logs"] }
opentelemetry_sdk = { version = "0.22", path = "../opentelemetry-sdk", features = ["logs"] }
tracing = { workspace = true, features = ["std"]}
tracing-core = { workspace = true }
tracing-log = { version = "0.2", optional = true }
Expand Down

0 comments on commit e0bb2b6

Please sign in to comment.