gdesmott / system-deps

Run pkg-config from declarative dependencies in Cargo.toml
Apache License 2.0
89 stars 21 forks source link

Update `cfg-expr` to version 0.11 #64

Closed mati865 closed 2 years ago

mati865 commented 2 years ago

IIUC this will allow using recently added Rust's new target. Curently released version fails with: https://gist.github.com/lazka/d7f8fa3d605bdd31ed7bf16a2ff8801c but unfortunately I don't have AArch64 machine to test it.

codecov[bot] commented 2 years ago

Codecov Report

Merging #64 (0b95f93) into master (388f9d6) will decrease coverage by 15.58%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #64       +/-   ##
===========================================
- Coverage   76.91%   61.32%   -15.59%     
===========================================
  Files           3        3               
  Lines        2629     3307      +678     
===========================================
+ Hits         2022     2028        +6     
- Misses        607     1279      +672     
Impacted Files Coverage Δ
src/lib.rs 39.66% <0.00%> (-19.50%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

gdesmott commented 2 years ago

Thanks for the patch.

I released it with 6.0.3.

mati865 commented 2 years ago

Thanks for the quick release!