Commit b684f02
committed
fix: revert dependency versions to resolve C++ toolchain failures
- platforms: 1.0.0 → 0.0.11
- rules_cc: 0.2.0 → 0.1.1
- bazel_skylib: 1.8.1 → 1.7.1
These versions now match rules_wasm_component expectations,
resolving "No matching toolchains found for types: @@bazel_tools//tools/cpp:toolchain_type"
error that prevented file_operations_component from building in CI.
Root cause identified through sequential thinking analysis:
Major version jumps in these dependencies introduced breaking changes
in C++ toolchain resolution affecting Rust binaries with C++ linking requirements.1 parent 3e116e9 commit b684f02
File tree
4 files changed
+496
-241
lines changed- docs-site/.astro
- tinygo
4 files changed
+496
-241
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments