From d63c7ce3f924bfe5c96bccddb49f452c9190ff7e Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 30 Sep 2020 16:16:26 -0400 Subject: [PATCH] build(deps): bump starship_module_config_derive from 0.1.0 to 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a76508668..e30140d0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1169,7 +1169,7 @@ dependencies = [ [[package]] name = "starship_module_config_derive" -version = "0.1.1" +version = "0.1.2" dependencies = [ "proc-macro2", "quote 1.0.7", diff --git a/Cargo.toml b/Cargo.toml index 5fc738399..62ef22315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ once_cell = "1.4.1" chrono = "0.4" sysinfo = "0.15.2" byte-unit = "4.0.9" -starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" } +starship_module_config_derive = { version = "0.1.2", path = "starship_module_config_derive" } yaml-rust = "0.4" pest = "^2.1" pest_derive = "^2.1"