diff --git a/Cargo.lock b/Cargo.lock index f91673f0..90ba4084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -801,7 +801,7 @@ dependencies = [ "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", - "starship_module_config_derive 0.1.0", + "starship_module_config_derive 0.1.1", "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "starship_module_config_derive" -version = "0.1.0" +version = "0.1.1" dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/starship_module_config_derive/Cargo.toml b/starship_module_config_derive/Cargo.toml index 986473ef..9288fb27 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.0" +version = "0.1.1" edition = "2018" authors = ["Matan Kushner "] homepage = "https://starship.rs"