From 229bd4899213f749a7cc124aa2b82a1368fba40f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 17 Aug 2023 13:27:10 +0200 Subject: [PATCH] chore: don't call crate 'WIP' in manifest anymore. --- gix-attributes/Cargo.toml | 2 +- gix-bitmap/Cargo.toml | 2 +- gix-command/Cargo.toml | 2 +- gix-credentials/Cargo.toml | 2 +- gix-date/Cargo.toml | 2 +- gix-fetchhead/Cargo.toml | 2 +- gix-filter/Cargo.toml | 2 +- gix-glob/Cargo.toml | 2 +- gix-ignore/Cargo.toml | 2 +- gix-lfs/Cargo.toml | 2 +- gix-mailmap/Cargo.toml | 2 +- gix-note/Cargo.toml | 2 +- gix-packetline/Cargo.toml | 2 +- gix-path/Cargo.toml | 2 +- gix-pathspec/Cargo.toml | 2 +- gix-protocol/Cargo.toml | 2 +- gix-quote/Cargo.toml | 2 +- gix-rebase/Cargo.toml | 2 +- gix-refspec/Cargo.toml | 2 +- gix-revision/Cargo.toml | 2 +- gix-sec/Cargo.toml | 2 +- gix-sequencer/Cargo.toml | 2 +- gix-submodule/Cargo.toml | 2 +- gix-transport/Cargo.toml | 2 +- gix-traverse/Cargo.toml | 2 +- gix-tui/Cargo.toml | 2 +- gix-url/Cargo.toml | 2 +- gix-worktree/Cargo.toml | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/gix-attributes/Cargo.toml b/gix-attributes/Cargo.toml index eb5b8b2ec55..f306e4d0d78 100644 --- a/gix-attributes/Cargo.toml +++ b/gix-attributes/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-attributes" version = "0.16.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing .gitattributes files" +description = "A crate of the gitoxide project dealing .gitattributes files" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-bitmap/Cargo.toml b/gix-bitmap/Cargo.toml index ef21b2b44ea..9a5bd171f28 100644 --- a/gix-bitmap/Cargo.toml +++ b/gix-bitmap/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-bitmap" version = "0.2.6" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dedicated implementing the standard git bitmap format" +description = "A crate of the gitoxide project dedicated implementing the standard git bitmap format" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-command/Cargo.toml b/gix-command/Cargo.toml index db29cd5fc43..4794fef63c7 100644 --- a/gix-command/Cargo.toml +++ b/gix-command/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-command" version = "0.2.8" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project handling internal git command execution" +description = "A crate of the gitoxide project handling internal git command execution" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-credentials/Cargo.toml b/gix-credentials/Cargo.toml index cca5695a86e..2d6486d1a3c 100644 --- a/gix-credentials/Cargo.toml +++ b/gix-credentials/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-credentials" version = "0.17.1" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project to interact with git credentials helpers" +description = "A crate of the gitoxide project to interact with git credentials helpers" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-date/Cargo.toml b/gix-date/Cargo.toml index b55f91f7a12..5cedde76fd9 100644 --- a/gix-date/Cargo.toml +++ b/gix-date/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-date" version = "0.7.2" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project parsing dates the way git does" +description = "A crate of the gitoxide project parsing dates the way git does" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-fetchhead/Cargo.toml b/gix-fetchhead/Cargo.toml index 92ff13bd9bd..7d1a293f9f1 100644 --- a/gix-fetchhead/Cargo.toml +++ b/gix-fetchhead/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-fetchhead" version = "0.0.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project to read and write .git/FETCH_HEAD" +description = "A crate of the gitoxide project to read and write .git/FETCH_HEAD" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-filter/Cargo.toml b/gix-filter/Cargo.toml index 059f5cdfaad..d855897818d 100644 --- a/gix-filter/Cargo.toml +++ b/gix-filter/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-filter" version = "0.3.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project implementing git filters" +description = "A crate of the gitoxide project implementing git filters" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-glob/Cargo.toml b/gix-glob/Cargo.toml index 9cf66815d7d..e5de6c4eea9 100644 --- a/gix-glob/Cargo.toml +++ b/gix-glob/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-glob" version = "0.10.2" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing with pattern matching" +description = "A crate of the gitoxide project dealing with pattern matching" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-ignore/Cargo.toml b/gix-ignore/Cargo.toml index ba20c19c754..0dadbe13e33 100644 --- a/gix-ignore/Cargo.toml +++ b/gix-ignore/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-ignore" version = "0.5.1" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing .gitignore files" +description = "A crate of the gitoxide project dealing .gitignore files" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-lfs/Cargo.toml b/gix-lfs/Cargo.toml index 2309fe8a490..348f6b5408c 100644 --- a/gix-lfs/Cargo.toml +++ b/gix-lfs/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-lfs" version = "0.0.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing with handling git large file support" +description = "A crate of the gitoxide project dealing with handling git large file support" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-mailmap/Cargo.toml b/gix-mailmap/Cargo.toml index 103d734f493..5dda5993a8a 100644 --- a/gix-mailmap/Cargo.toml +++ b/gix-mailmap/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-mailmap" version = "0.16.1" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project for parsing mailmap files" +description = "A crate of the gitoxide project for parsing mailmap files" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-note/Cargo.toml b/gix-note/Cargo.toml index 4ba5a271c7c..c6e1a10ed72 100644 --- a/gix-note/Cargo.toml +++ b/gix-note/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-note" version = "0.0.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing with git notes" +description = "A crate of the gitoxide project dealing with git notes" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-packetline/Cargo.toml b/gix-packetline/Cargo.toml index 60839717e40..5c74ba2d0e5 100644 --- a/gix-packetline/Cargo.toml +++ b/gix-packetline/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-packetline" version = "0.16.4" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project implementing the pkt-line serialization format" +description = "A crate of the gitoxide project implementing the pkt-line serialization format" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-path/Cargo.toml b/gix-path/Cargo.toml index 6434d37711c..e8ab5ba6fae 100644 --- a/gix-path/Cargo.toml +++ b/gix-path/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-path" version = "0.8.4" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing paths and their conversions" +description = "A crate of the gitoxide project dealing paths and their conversions" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-pathspec/Cargo.toml b/gix-pathspec/Cargo.toml index c2d02890873..80aac80df90 100644 --- a/gix-pathspec/Cargo.toml +++ b/gix-pathspec/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-pathspec" version = "0.1.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing magical pathspecs" +description = "A crate of the gitoxide project dealing magical pathspecs" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-protocol/Cargo.toml b/gix-protocol/Cargo.toml index 3b69595e5cc..0911b0940db 100644 --- a/gix-protocol/Cargo.toml +++ b/gix-protocol/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-protocol" version = "0.37.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project for implementing git protocols" +description = "A crate of the gitoxide project for implementing git protocols" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "!**/tests/**/*"] diff --git a/gix-quote/Cargo.toml b/gix-quote/Cargo.toml index 818520c4580..08fd3a2f270 100644 --- a/gix-quote/Cargo.toml +++ b/gix-quote/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-quote" version = "0.4.6" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing with various quotations used by git" +description = "A crate of the gitoxide project dealing with various quotations used by git" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-rebase/Cargo.toml b/gix-rebase/Cargo.toml index b9677862c23..21bf5590b48 100644 --- a/gix-rebase/Cargo.toml +++ b/gix-rebase/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-rebase" version = "0.0.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing rebases" +description = "A crate of the gitoxide project dealing rebases" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-refspec/Cargo.toml b/gix-refspec/Cargo.toml index 27011146562..4d45caca36d 100644 --- a/gix-refspec/Cargo.toml +++ b/gix-refspec/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-refspec" version = "0.15.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project for parsing and representing refspecs" +description = "A crate of the gitoxide project for parsing and representing refspecs" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "README.md"] diff --git a/gix-revision/Cargo.toml b/gix-revision/Cargo.toml index fe28af38c1d..8dfc976cb63 100644 --- a/gix-revision/Cargo.toml +++ b/gix-revision/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-revision" version = "0.19.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing with finding names for revisions and parsing specifications" +description = "A crate of the gitoxide project dealing with finding names for revisions and parsing specifications" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md", "README.md"] diff --git a/gix-sec/Cargo.toml b/gix-sec/Cargo.toml index be9c0bfae7d..8414aa4615f 100644 --- a/gix-sec/Cargo.toml +++ b/gix-sec/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-sec" version = "0.8.4" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project providing a shared trust model" +description = "A crate of the gitoxide project providing a shared trust model" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-sequencer/Cargo.toml b/gix-sequencer/Cargo.toml index d0e5e2440e2..071cc463fa9 100644 --- a/gix-sequencer/Cargo.toml +++ b/gix-sequencer/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-sequencer" version = "0.0.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project handling sequences of human-aided operations" +description = "A crate of the gitoxide project handling sequences of human-aided operations" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-submodule/Cargo.toml b/gix-submodule/Cargo.toml index 921dadab153..4216a9ce915 100644 --- a/gix-submodule/Cargo.toml +++ b/gix-submodule/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-submodule" version = "0.1.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dealing git submodules" +description = "A crate of the gitoxide project dealing git submodules" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-transport/Cargo.toml b/gix-transport/Cargo.toml index 5d916485f78..35c11858e12 100644 --- a/gix-transport/Cargo.toml +++ b/gix-transport/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-transport" version = "0.34.2" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dedicated to implementing the git transport layer" +description = "A crate of the gitoxide project dedicated to implementing the git transport layer" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-traverse/Cargo.toml b/gix-traverse/Cargo.toml index 1c08fa7555c..c9a02966c07 100644 --- a/gix-traverse/Cargo.toml +++ b/gix-traverse/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-traverse" version = "0.31.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project" +description = "A crate of the gitoxide project" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-tui/Cargo.toml b/gix-tui/Cargo.toml index c959aab5c0c..fd2a126505f 100644 --- a/gix-tui/Cargo.toml +++ b/gix-tui/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-tui" version = "0.0.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dedicated to a terminal user interface to interact with git repositories" +description = "A crate of the gitoxide project dedicated to a terminal user interface to interact with git repositories" authors = ["Sebastian Thiel "] edition = "2021" rust-version = "1.65" diff --git a/gix-url/Cargo.toml b/gix-url/Cargo.toml index 3c6bdc25416..f16c054768a 100644 --- a/gix-url/Cargo.toml +++ b/gix-url/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-url" version = "0.21.1" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project implementing parsing and serialization of gix-url" +description = "A crate of the gitoxide project implementing parsing and serialization of gix-url" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"] diff --git a/gix-worktree/Cargo.toml b/gix-worktree/Cargo.toml index 1d3682a32ed..fbcb08fa1c5 100644 --- a/gix-worktree/Cargo.toml +++ b/gix-worktree/Cargo.toml @@ -3,7 +3,7 @@ name = "gix-worktree" version = "0.24.0" repository = "https://github.com/Byron/gitoxide" license = "MIT OR Apache-2.0" -description = "A WIP crate of the gitoxide project dedicated implementing everything around working trees and git excludes" +description = "A crate of the gitoxide project dedicated implementing everything around working trees and git excludes" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]