mozilla / cbindgen

A project for generating C bindings from Rust code
Mozilla Public License 2.0
2.29k stars 294 forks source link

[BUG] `brew install cbindgen` version mismatch #888

Closed mversic closed 8 months ago

mversic commented 9 months ago

Brew thinks it is installing 0.26.0 but when cbindgen --version is 0.24.3

image
jschwe commented 8 months ago

Have you checked with which cbindgen that the cbindgen --version you are calling is really the homebrew installed cbindgen? For me the cbindgen installed via brew correctly reports itself as 0.26.0

mversic commented 8 months ago

seems ok now