From f436a50f1d4406fcb13ebfdc61585ec494ff77c1 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Thu, 14 Oct 2021 11:56:27 +0900 Subject: [PATCH] 0.2.14 (#348) --- Cargo.lock | 2 +- docx-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5173bb7..fa74518 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "docx-rs" -version = "0.2.13" +version = "0.2.14" dependencies = [ "image", "insta", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index f8e19e7..7e5a181 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.2.13" +version = "0.2.14" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018"