Skip to content

Commit

Permalink
Switch to gherkin crate instead of gherkin_rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 6, 2021
1 parent cef3d48 commit e2a41ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
- Moved `World` type parameter of `WriterExt` trait to methods. ([#160])
- Renamed `Normalized` and `Summarized` `Writer`s to `Normalize` and `Summarize`. ([#162])
- Removed `writer::Basic` `Default` impl and change `writer::Basic::new()` return type to `writer::Normalize<writer::Basic>`. ([#162])
- Bump up [MSRV] to 1.57 for better error reporting in `const` assertions. ([rev])
- Bump up [MSRV] to 1.57 for better error reporting in `const` assertions. ([cef3d480])
- Switch to [`gherkin`] crate instead of [`gherkin_rust`]. ([rev])

### Added

Expand Down Expand Up @@ -50,6 +51,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
[#165]: /../../pull/165
[#166]: /../../pull/166
[#168]: /../../pull/168
[cef3d480]: /../../commit/cef3d480579190425461ddb04a1248675248351e
[rev]: /../../commit/rev-full
[0110-1]: https://llg.cubic.org/docs/junit
[0110-2]: https://github.com/cucumber/cucumber-json-schema
Expand Down Expand Up @@ -272,6 +274,7 @@ All user visible changes to `cucumber` crate will be documented in this file. Th



[`gherkin`]: https://docs.rs/gherkin
[`gherkin_rust`]: https://docs.rs/gherkin_rust

[Cucumber Expressions]: https://cucumber.github.io/cucumber-expressions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ console = "0.15"
derive_more = { version = "0.99.17", features = ["as_ref", "deref", "deref_mut", "display", "error", "from", "into"], default_features = false }
either = "1.6"
futures = "0.3.17"
gherkin = { version = "0.10.2", package = "gherkin_rust" }
gherkin = "0.11"
globwalk = "0.8.1"
itertools = "0.10"
linked-hash-map = "0.5.3"
Expand Down

0 comments on commit e2a41ab

Please sign in to comment.