diff --git a/README.md b/README.md index 46a1cb2..04884f6 100644 --- a/README.md +++ b/README.md @@ -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. - 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: diff --git a/kicad b/kicad index b512143..c7c8412 160000 --- a/kicad +++ b/kicad @@ -1 +1 @@ -Subproject commit b512143573edd2f5814ed1dc1a46a37f6c76be19 +Subproject commit c7c84125beb16c3a76f03fdb8daf60c9c3518daa diff --git a/src/kicad_api_version.rs b/src/kicad_api_version.rs index 9ef8ee7..0901e22 100644 --- a/src/kicad_api_version.rs +++ b/src/kicad_api_version.rs @@ -1,2 +1,2 @@ // 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";