From 3a1b7816d70a5cd24e90b83a9b326c1db18ded41 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 30 Sep 2020 16:13:42 -0400 Subject: [PATCH] chore(release): release starship_module_config_derive v0.1.2 --- starship_module_config_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship_module_config_derive/Cargo.toml b/starship_module_config_derive/Cargo.toml index d59abce7..4b9e83b7 100644 --- a/starship_module_config_derive/Cargo.toml +++ b/starship_module_config_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship_module_config_derive" -version = "0.1.1" +version = "0.1.2" edition = "2018" authors = ["Matan Kushner "] homepage = "https://starship.rs"