File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ debug = 1
19
19
async-std = " 1.10"
20
20
async-trait = " 0.1"
21
21
bytes = " 1"
22
- cc = " =1.0.105" # pinning version supporting rustc 1.65
23
22
criterion = " 0.5"
24
23
futures-core = " 0.3"
25
24
futures-executor = " 0.3"
Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ thiserror = { workspace = true }
30
30
[target .'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))' .dependencies ]
31
31
js-sys = " 0.3.63"
32
32
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
-
38
33
[features ]
39
34
default = [" trace" , " metrics" , " logs" ]
40
35
trace = [" pin-project-lite" ]
You can’t perform that action at this time.
0 commit comments