summaryrefslogtreecommitdiffstats
path: root/starship/Cargo.toml
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-04 18:02:17 +0900
committerMatan Kushner <hello@matchai.me>2019-10-04 18:02:17 +0900
commit1cab6854bc932fffb020d8b4b18289a2c51f6182 (patch)
tree472af35e89a9c3d41dc1cf76e3e0be9ad868c089 /starship/Cargo.toml
parentabcea4b3d93895a947e0eadcc4d41227b96f7427 (diff)
chore(bump): v0.20.0
Diffstat (limited to 'starship/Cargo.toml')
-rw-r--r--starship/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/starship/Cargo.toml b/starship/Cargo.toml
index 2758168d5..0409e6ae3 100644
--- a/starship/Cargo.toml
+++ b/starship/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.20.0"
+version = "0.20.1"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"
@@ -44,7 +44,7 @@ once_cell = "1.2.0"
chrono = "0.4"
sysinfo = "0.9.5"
byte-unit = "3.0.3"
-starship_module_config_derive = { version = "0.20", path = "../starship_module_config_derive" }
+starship_module_config_derive = { version = "0.1.0", path = "../starship_module_config_derive" }
yaml-rust = "0.4"
[dev-dependencies]