File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
6
6
repository = " https://github.com/Byron/gitoxide"
7
7
license = " MIT/Apache-2.0"
8
8
edition = " 2021"
9
- include = [" src/**/*" , " LICENSE-*" ]
9
+ include = [" src/**/*" , " LICENSE-*" , " CHANGELOG.md " ]
10
10
rust-version = " 1.64"
11
11
12
12
[lib ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
6
6
description = " Calculate differences between various git objects"
7
7
authors = [" Sebastian Thiel <sebastian.thiel@icloud.com>" ]
8
8
edition = " 2021"
9
- include = [" src/**/*" , " LICENSE-*" ]
9
+ include = [" src/**/*" , " LICENSE-*" , " CHANGELOG.md " ]
10
10
rust-version = " 1.64"
11
11
autotests = false
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
6
6
description = " A crate that provides hashtable based data structures optimized to utilize ObjectId keys"
7
7
authors = [" Pascal Kuthe <pascal.kuthe@semimod.de>" ]
8
8
edition = " 2021"
9
- include = [" src/**/*" , " LICENSE-*" ]
9
+ include = [" src/**/*" , " LICENSE-*" , " CHANGELOG.md " ]
10
10
rust-version = " 1.64"
11
11
12
12
[lib ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
6
6
repository = " https://github.com/Byron/gitoxide"
7
7
license = " MIT/Apache-2.0"
8
8
edition = " 2021"
9
- include = [" src/**/*" , " LICENSE-*" ]
9
+ include = [" src/**/*" , " LICENSE-*" , " CHANGELOG.md " ]
10
10
rust-version = " 1.64"
11
11
12
12
[lib ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
6
6
description = " A crate to handle git references"
7
7
authors = [" Sebastian Thiel <sebastian.thiel@icloud.com>" ]
8
8
edition = " 2021"
9
- include = [" src/**/*" , " LICENSE-*" ]
9
+ include = [" src/**/*" , " LICENSE-*" , " CHANGELOG.md " ]
10
10
rust-version = " 1.64"
11
11
autotests = false
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
6
6
description = " A WIP crate of the gitoxide project"
7
7
authors = [" Sebastian Thiel <sebastian.thiel@icloud.com>" ]
8
8
edition = " 2021"
9
- include = [" src/**/*" , " LICENSE-*" ]
9
+ include = [" src/**/*" , " LICENSE-*" , " CHANGELOG.md " ]
10
10
rust-version = " 1.64"
11
11
autotests = false
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
6
6
description = " Validation functions for various kinds of names in git"
7
7
authors = [" Sebastian Thiel <sebastian.thiel@icloud.com>" ]
8
8
edition = " 2021"
9
- include = [" src/**/*" , " LICENSE-*" ]
9
+ include = [" src/**/*" , " LICENSE-*" , " CHANGELOG.md " ]
10
10
rust-version = " 1.64"
11
11
12
12
[lib ]
You can’t perform that action at this time.
0 commit comments