Commit Graph

4 Commits

Author SHA1 Message Date
Geoffroy Couprie
120c36e9f2 raise the minimum supported version
Bitvec works from Rust 1.44.0
2020-10-07 15:29:18 +02:00
Igor Gnatenko
ed6274ac59 chore: Update version_check to 0.9
Also simplify build.rs.

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2020-02-24 11:37:26 +01:00
Geoffroy Couprie
faa5961aab raise minimum supported version to 1.28.0 2019-03-23 13:01:37 +01:00
hcpl
ed39adec49 Pin down minimum Rust that can build nom
To do so, this commit leverages a build script with `version_check`.
It ensures that 128-bit integer support is only implemented for Rust
versions that have 128-bit integers to begin with.
2018-12-30 11:53:13 +01:00