summaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2022-10-09 01:00:48 -0600
committerThayne McCombs <astrothayne@gmail.com>2022-10-09 01:00:48 -0600
commitc41d61eeda2f5b165270ec811761069293a3eca2 (patch)
tree960fe8a123416e22926307985598d5ed31fafd92 /build.rs
parent5b9e302e9b51eb156851f93e3c47a35dff51430b (diff)
parent0984ed91eacb0823d192a22e37e1f1b427c189c4 (diff)
Merge remote-tracking branch 'upstream/master' into clap-derive
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index fc54326..ab1219b 100644
--- a/build.rs
+++ b/build.rs
@@ -1,5 +1,5 @@
fn main() {
- let min_version = "1.56";
+ let min_version = "1.57";
match version_check::is_min_version(min_version) {
Some(true) => {}