1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-24 13:47:38 +00:00

chore(release): v1.0.0

This commit is contained in:
Matan Kushner 2021-11-09 22:30:28 +01:00
parent 8d80d2ef06
commit dfbf861fe8
No known key found for this signature in database
GPG Key ID: BFF10DF8EAA776DD
2 changed files with 4 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1704,7 +1704,7 @@ dependencies = [
[[package]] [[package]]
name = "starship" name = "starship"
version = "0.58.0" version = "1.0.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"attohttpc", "attohttpc",

View File

@ -1,8 +1,8 @@
[package] [package]
name = "starship" name = "starship"
version = "0.58.0" version = "1.0.0"
edition = "2021" edition = "2021"
authors = ["Matan Kushner <hello@matchai.me>"] authors = ["Starship Contributors"]
homepage = "https://starship.rs" homepage = "https://starship.rs"
documentation = "https://starship.rs/guide/" documentation = "https://starship.rs/guide/"
repository = "https://github.com/starship/starship" repository = "https://github.com/starship/starship"
@ -15,7 +15,7 @@ description = """
The minimal, blazing-fast, and infinitely customizable prompt for any shell! 🌌 The minimal, blazing-fast, and infinitely customizable prompt for any shell! 🌌
""" """
# Keep `/` in front of `README.md` to exclude localized readmes # 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] [badges]
is-it-maintained-issue-resolution = { repository = "starship/starship" } 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 # Vendor OpenSSL, use this if you have trouble cross-compiling starship
tls-vendored = ["native-tls/vendored"] tls-vendored = ["native-tls/vendored"]
[dependencies] [dependencies]
clap = "2.33.3" clap = "2.33.3"
ansi_term = "0.12.1" ansi_term = "0.12.1"