Merge pull request #4 from Milind220/codex/pin-kicad-10-0-0-rc1-1
chore(proto-gen): pin KiCad proto to 10.0.0-rc1.1
This commit is contained in:
commit
6c5570210c
|
|
@ -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
2
kicad
|
|
@ -1 +1 @@
|
||||||
Subproject commit b512143573edd2f5814ed1dc1a46a37f6c76be19
|
Subproject commit c7c84125beb16c3a76f03fdb8daf60c9c3518daa
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue