How can I specify the GLIBC version in cargo build for Rust?
14:35 01 Sep 2019

I use rust 1.34 and 1.35. Currently it links to GLIBC_2.18.

How can I limit cargo build to link GLIBC up to version 2.14?

rust glibc rust-cargo