Skip to content

Commit a87360b

Browse files
committed
Remove cc pin
1 parent f5c73eb commit a87360b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ debug = 1
1919
async-std = "1.10"
2020
async-trait = "0.1"
2121
bytes = "1"
22-
cc = "=1.0.105" # pinning version supporting rustc 1.65
2322
criterion = "0.5"
2423
futures-core = "0.3"
2524
futures-executor = "0.3"

opentelemetry/Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ thiserror = { workspace = true }
3030
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
3131
js-sys = "0.3.63"
3232

33-
# This cfg can't ever be enabled but cargo will respect it anyway.
34-
# Meaning we can use this to pin unused transitive dependencies.
35-
[target.'cfg(any())'.dependencies]
36-
cc = { workspace = true }
37-
3833
[features]
3934
default = ["trace", "metrics", "logs"]
4035
trace = ["pin-project-lite"]

0 commit comments

Comments
 (0)