summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-09-29 12:37:34 -0400
committerMatan Kushner <hello@matchai.dev>2020-09-29 12:38:02 -0400
commitcad415a0e0991620103852c4550a1515fa9583a6 (patch)
treee098ecd21a9f38f57cc181ed9086e73bf69ac00d
parent59f939e25ce5833955c61e8c58af394c54cf93b8 (diff)
chore(release): v0.45.0v0.45.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cac5cc1d9..5f28e6a07 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1128,7 +1128,7 @@ checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
[[package]]
name = "starship"
-version = "0.44.0"
+version = "0.45.0"
dependencies = [
"ansi_term 0.12.1",
"attohttpc",
diff --git a/Cargo.toml b/Cargo.toml
index aa5a6ffe4..975f0c270 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.44.0"
+version = "0.45.0"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"