Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp committed Jun 23, 2022
1 parent bda212e commit 8a4824e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2018"

[dependencies]
opentelemetry-api = { version = "0.1", path = "../opentelemetry-api/" }
opentelemetry-api = { version = "0.1", path = "../opentelemetry-api" }
opentelemetry-http = { version = "0.6.0", path = "../opentelemetry-http", optional = true }
async-std = { version = "1.6", features = ["unstable"], optional = true }
async-trait = { version = "0.1", optional = true }
Expand Down

0 comments on commit 8a4824e

Please sign in to comment.