Skip to content

Commit 229bd48

Browse files
committed
chore: don't call crate 'WIP' in manifest anymore.
1 parent 513a5de commit 229bd48

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

gix-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-attributes"
33
version = "0.16.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project dealing .gitattributes files"
6+
description = "A crate of the gitoxide project dealing .gitattributes files"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

gix-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-bitmap"
33
version = "0.2.6"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project dedicated implementing the standard git bitmap format"
6+
description = "A crate of the gitoxide project dedicated implementing the standard git bitmap format"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"

gix-command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-command"
33
version = "0.2.8"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project handling internal git command execution"
6+
description = "A crate of the gitoxide project handling internal git command execution"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"

gix-credentials/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-credentials"
33
version = "0.17.1"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project to interact with git credentials helpers"
6+
description = "A crate of the gitoxide project to interact with git credentials helpers"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"

gix-date/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-date"
33
version = "0.7.2"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project parsing dates the way git does"
6+
description = "A crate of the gitoxide project parsing dates the way git does"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

gix-fetchhead/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-fetchhead"
33
version = "0.0.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project to read and write .git/FETCH_HEAD"
6+
description = "A crate of the gitoxide project to read and write .git/FETCH_HEAD"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"

gix-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-filter"
33
version = "0.3.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project implementing git filters"
6+
description = "A crate of the gitoxide project implementing git filters"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"

gix-glob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-glob"
33
version = "0.10.2"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project dealing with pattern matching"
6+
description = "A crate of the gitoxide project dealing with pattern matching"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"

gix-ignore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-ignore"
33
version = "0.5.1"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project dealing .gitignore files"
6+
description = "A crate of the gitoxide project dealing .gitignore files"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]

gix-lfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gix-lfs"
33
version = "0.0.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
6-
description = "A WIP crate of the gitoxide project dealing with handling git large file support"
6+
description = "A crate of the gitoxide project dealing with handling git large file support"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.65"

0 commit comments

Comments
 (0)