From e886c72c58c9dea46681966955265bc8d45b0d55 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Fri, 29 Mar 2024 23:41:03 +0900 Subject: [PATCH] Update Cargo.toml --- docx-core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index cf64794..3d07878 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.4.11" +version = "0.4.13" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018" @@ -35,4 +35,4 @@ ts-rs = { version = "6.1", optional = true } [dev-dependencies] pretty_assertions = "1.3.0" -insta = "1.16" \ No newline at end of file +insta = "1.16"