File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ extras = [
6767 " interrupt" ,
6868 " status" ,
6969 " dirwalk" ,
70+ " blame"
7071]
7172
7273# # A collection of features that need a larger MSRV, and thus are disabled by default.
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ check:
133133 cargo check -p gix --no-default-features --features credentials --tests
134134 cargo check -p gix --no-default-features --features index --tests
135135 cargo check -p gix --no-default-features --features interrupt --tests
136+ cargo check -p gix --no-default-features --features blame --tests
136137 cargo check -p gix --no-default-features
137138 cargo check -p gix-odb --features serde
138139 cargo check --no-default-features --features max-control
You can’t perform that action at this time.
0 commit comments