These two versions should be yanked
Issue summary
devtools-core 0.3.7 matches the ^0.3.x range, so it can be updated automatically as transitive.
However it would cause tonic/prost type mismatches with tauri-plugin-devtools 2.1.0 and devtools 0.3.4.
tauri-plugin-devtools: 2.2.0 directly specifies devtools-core = "0.3.7", which is being yanked now.
So it can't revert to 0.3.6 nor upgrade to 0.4.0 if that happens. Making this version unable to satisfy it's dependencies.
Mitigation
If you ran into issues before these versions are yanked. You can upgrade to:
tauri-plugin-devtools 2.2.1 (for Tauri v2)
devtools 0.3.5 (for Tauri v1)
Related releases
These two versions should be yanked
devtools-core 0.3.7tauri-plugin-devtools: 2.2.0Issue summary
devtools-core 0.3.7matches the^0.3.xrange, so it can be updated automatically as transitive.However it would cause tonic/prost type mismatches with
tauri-plugin-devtools 2.1.0anddevtools 0.3.4.tauri-plugin-devtools: 2.2.0directly specifiesdevtools-core = "0.3.7", which is being yanked now.So it can't revert to
0.3.6nor upgrade to0.4.0if that happens. Making this version unable to satisfy it's dependencies.Mitigation
If you ran into issues before these versions are yanked. You can upgrade to:
tauri-plugin-devtools 2.2.1(for Tauri v2)devtools 0.3.5(for Tauri v1)Related releases