Skip to content

Commit

Permalink
Remove cc pin
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jul 10, 2024
1 parent f5c73eb commit a87360b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ debug = 1
async-std = "1.10"
async-trait = "0.1"
bytes = "1"
cc = "=1.0.105" # pinning version supporting rustc 1.65
criterion = "0.5"
futures-core = "0.3"
futures-executor = "0.3"
Expand Down
5 changes: 0 additions & 5 deletions opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ thiserror = { workspace = true }
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
js-sys = "0.3.63"

# This cfg can't ever be enabled but cargo will respect it anyway.
# Meaning we can use this to pin unused transitive dependencies.
[target.'cfg(any())'.dependencies]
cc = { workspace = true }

[features]
default = ["trace", "metrics", "logs"]
trace = ["pin-project-lite"]
Expand Down

0 comments on commit a87360b

Please sign in to comment.