From a911ff57609e9d1e09bcb20d645f1b46501ada65 Mon Sep 17 00:00:00 2001 From: Masashi Mizuno <29035331+unageek@users.noreply.github.com> Date: Sat, 20 Feb 2021 23:57:48 +0900 Subject: [PATCH] Bump to v0.9.1 --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48a89e8..50e88f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inari" -version = "0.9.0" +version = "0.9.1" authors = ["Masashi Mizuno"] edition = "2018" description = "A Rust implementation of set-based interval arithmetic." @@ -11,6 +11,7 @@ license = "MIT" keywords = ["arithmetic", "interval", "math", "numerics"] categories = ["mathematics", "science"] include = [ + "/.cargo/**", "/examples/**", "/src/**", "/tests/**", @@ -18,6 +19,7 @@ include = [ "/CHANGELOG.md", "/LICENSE", "/README.md", + "/rust-toolchain", ] [package.metadata.docs.rs]