summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-10-08 12:52:54 -0400
committerMatan Kushner <hello@matchai.dev>2020-10-08 12:52:55 -0400
commita46bbf1f55f18eefd855e34e76c0c6b779ce2f5d (patch)
tree120ed621656332eef46284b097c38dcb55863d95
parenta9f6d0f81e4a18715c0f0344a50b42190a6e7cf9 (diff)
chore(release): v0.46.0v0.46.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 23af0b0c1..d32823e3f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1172,7 +1172,7 @@ checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
[[package]]
name = "starship"
-version = "0.45.2"
+version = "0.46.0"
dependencies = [
"ansi_term 0.12.1",
"attohttpc",
diff --git a/Cargo.toml b/Cargo.toml
index 2ae672dc8..6b34aa906 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.45.2"
+version = "0.46.0"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"