chore(proto-gen): pin KiCad proto to 10.0.0-rc1.1

This commit is contained in:
Milind Sharma 2026-02-21 01:08:05 +08:00
parent 3ae0222015
commit 9513fba710
3 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@ This crate ships checked-in Rust protobuf output under `src/proto/generated/`.
- Consumers do **not** need KiCad source checkout or git submodules. - Consumers do **not** need KiCad source checkout or git submodules.
- Maintainers regenerate bindings from KiCad upstream via the `kicad` git submodule. - Maintainers regenerate bindings from KiCad upstream via the `kicad` git submodule.
- Current proto pin: KiCad `10.0.0-rc1.1` (`KICAD_API_VERSION = 10.0.0-rc1.1-0-gc7c84125`).
Maintainer refresh flow: Maintainer refresh flow:

2
kicad

@ -1 +1 @@
Subproject commit b512143573edd2f5814ed1dc1a46a37f6c76be19 Subproject commit c7c84125beb16c3a76f03fdb8daf60c9c3518daa

View File

@ -1,2 +1,2 @@
// Generated by tools/proto-gen. // Generated by tools/proto-gen.
pub const KICAD_API_VERSION: &str = "rev-b5121435"; pub const KICAD_API_VERSION: &str = "10.0.0-rc1.1-0-gc7c84125";