summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-11-09 22:30:28 +0100
committerMatan Kushner <hello@matchai.dev>2021-11-09 22:30:28 +0100
commitdfbf861fe82b188ca651cbbb92f1fad724ce1680 (patch)
treeb752f66dbd0870d02bd878f198b5599e38f7df4a
parent8d80d2ef062bdd9e8a7ae9d5ada7d465ae55c235 (diff)
chore(release): v1.0.0v1.0.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml7
2 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0849a7043..a6f90dcd9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1704,7 +1704,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "0.58.0"
+version = "1.0.0"
dependencies = [
"ansi_term 0.12.1",
"attohttpc",
diff --git a/Cargo.toml b/Cargo.toml
index 09cc8f3bd..393407516 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "starship"
-version = "0.58.0"
+version = "1.0.0"
edition = "2021"
-authors = ["Matan Kushner <hello@matchai.me>"]
+authors = ["Starship Contributors"]
homepage = "https://starship.rs"
documentation = "https://starship.rs/guide/"
repository = "https://github.com/starship/starship"
@@ -15,7 +15,7 @@ description = """
The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
"""
# Keep `/` in front of `README.md` to exclude localized readmes
-include = ["src/**/*", "build.rs", "Cross.toml", "LICENSE", "/README.md"]
+include = ["src/**/*", "build.rs", "Cross.toml", "LICENSE", "README.md"]
[badges]
is-it-maintained-issue-resolution = { repository = "starship/starship" }
@@ -29,7 +29,6 @@ battery = ["starship-battery"]
# Vendor OpenSSL, use this if you have trouble cross-compiling starship
tls-vendored = ["native-tls/vendored"]
-
[dependencies]
clap = "2.33.3"
ansi_term = "0.12.1"