From a0a2f8bc0f899dac12db84a08bd0df5f9dac7c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Baylac=20Jacqu=C3=A9?= <33259748+Deluvi@users.noreply.github.com> Date: Wed, 15 Jan 2020 15:38:20 +0100 Subject: [PATCH] Bump crfsuite version to 0.3.2 (#155) * Bump crfsuite version to 0.3.2 * Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7a607c..f2de87fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [Unreleased] +### Changed +- Bumped crfsuite to `0.3.2` [#155](https://github.com/snipsco/snips-nlu-rs/pull/155) + ## [0.65.3] - 2019-09-12 ### Fixed - Optimize memory footprint of resources [#151](https://github.com/snipsco/snips-nlu-rs/pull/151) diff --git a/Cargo.toml b/Cargo.toml index 5b74f289..7facec3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = [ ] [dependencies] -crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", tag = "0.3.1" } +crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", tag = "0.3.2" } snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.67.1" } snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.9.1" } snips-nlu-parsers = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.4.2" }