From 9bd46cb8bfd672bb494f42dab0aadb6652a77a60 Mon Sep 17 00:00:00 2001 From: Ben Wishoshavich Date: Sat, 11 Jun 2022 08:50:36 -0700 Subject: [PATCH] Change cargo feature resolution to correctly parse cfg conditionals --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0fa140d7..1e381c7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ keywords = ["markdown", "commonmark"] license = "BSD-2-Clause" categories = ["text-processing", "parsing", "command-line-utilities"] exclude = ["/hooks/*", "/script/*", "/vendor/*", "/.travis.yml", "/Makefile", "/spec_out.txt"] +resolver = "2" [profile.release] lto = true