From 055ef32ed1e585b231f42d2bdfe159762b4508d8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 2 Jun 2021 13:28:01 -0700 Subject: [PATCH] Release 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a296ee..2e79e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "automod" -version = "1.0.0" +version = "1.0.1" authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Pull in every source file in a directory as a module."