From 4cad49f8d8f5d0458dcb538aa044a5fff1e6fa10 Mon Sep 17 00:00:00 2001 From: tyranron Date: Mon, 24 Oct 2022 18:44:41 +0200 Subject: [PATCH] Upgrade `gherkin` crate to 0.13 version --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709d56e0..e1ca12cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ All user visible changes to `cucumber` crate will be documented in this file. Th +## [0.15.2] · 2022-10-?? +[0.15.2]: /../../tree/v0.15.2 + +[Diff](/../../compare/v0.15.1...v0.15.2) | [Milestone](/../../milestone/17) + +### Fixed + +- Parsing error on a `Feature` having comment and tag simultaneously. ([cucumber-rs/gherkin#37], [cucumber-rs/gherkin#35]) + +[cucumber-rs/gherkin#35]: https://github.com/cucumber-rs/gherkin/issues/35 +[cucumber-rs/gherkin#37]: https://github.com/cucumber-rs/gherkin/pull/37 + + + + ## [0.15.1] · 2022-10-12 [0.15.1]: /../../tree/v0.15.1 diff --git a/Cargo.toml b/Cargo.toml index db08427f..8b25c453 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ derive_more = { version = "0.99.17", features = ["as_ref", "deref", "deref_mut", drain_filter_polyfill = "0.1.2" either = "1.6" futures = "0.3.17" -gherkin = "0.12" +gherkin = "0.13" globwalk = "0.8.1" humantime = "2.1" itertools = "0.10"