From c53fe7a164ec8c9e9c0849a66d8a60aefcfd2246 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Sat, 29 Oct 2022 03:58:22 +0100 Subject: [PATCH] v0.14 --- README.md | 2 +- crate/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b2a69b..ec4963b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ in your `Cargo.toml` file: ```toml [dependencies.feim] -tag = "v0.13" +tag = "v0.14" features = ["enable-all-formats"] git = "https://git.sr.ht/~sugo/feim" ``` diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 5f1dd8f..a176c62 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feim" -version = "0.13.0" +version = "0.14.0" authors = ["Tiago Carvalho "] edition = "2018"