From 7d3e60c36db0e5a85ea438af43211746cee587e7 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Wed, 2 Oct 2024 07:23:21 +0800 Subject: [PATCH] include tests in release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48de74b..a00d7a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "wana_kana" readme = "README.md" repository = "https://github.com/PSeitz/wana_kana_rust" version = "4.0.0" -include = ["src/**/*", "LICENSE", "README.md"] +include = ["src/**/*", "LICENSE", "README.md", "tests/**/*"] [dependencies] fnv = "1.0.7" diff --git a/README.md b/README.md index 2705776..7f34781 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### ワナカナ <--> WanaKana <--> わなかな ```toml,ignore [dependencies] -wana_kana = "2.0" +wana_kana = "4.0" ```