File tree 8 files changed +12
-12
lines changed
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.81.0"
11
11
name = " vergen-git2"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rustyhorde/vergen"
14
- version = " 1.0.3 "
14
+ version = " 1.0.5 "
15
15
16
16
[package .metadata .cargo-matrix ]
17
17
[[package .metadata .cargo-matrix .channel ]]
@@ -41,7 +41,7 @@ time = { version = "0.3.36", features = [
41
41
" local-offset" ,
42
42
" parsing" ,
43
43
] }
44
- vergen = { version = " 9.0.3 " , path = " ../vergen" , default-features = false }
44
+ vergen = { version = " 9.0.4 " , path = " ../vergen" , default-features = false }
45
45
vergen-lib = { version = " 0.1.6" , path = " ../vergen-lib" , features = [" git" ] }
46
46
47
47
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -242,7 +242,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
242
242
#![ cfg_attr(
243
243
all( feature = "unstable" , nightly) ,
244
244
feature(
245
- coverage_attribute,
246
245
multiple_supertrait_upcastable,
247
246
must_not_suspend,
248
247
non_exhaustive_omitted_patterns_lint,
@@ -442,6 +441,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
442
441
) ]
443
442
#![ cfg_attr( all( doc, nightly) , feature( doc_auto_cfg) ) ]
444
443
#![ cfg_attr( all( docsrs, nightly) , feature( doc_cfg) ) ]
444
+ #![ cfg_attr( coverage_nightly, feature( coverage_attribute) ) ]
445
445
446
446
mod git2;
447
447
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.81.0"
11
11
name = " vergen-gitcl"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rustyhorde/vergen"
14
- version = " 1.0.3 "
14
+ version = " 1.0.5 "
15
15
16
16
[package .metadata .cargo-matrix ]
17
17
[[package .metadata .cargo-matrix .channel ]]
@@ -40,7 +40,7 @@ time = { version = "0.3.37", features = [
40
40
" local-offset" ,
41
41
" parsing" ,
42
42
] }
43
- vergen = { version = " 9.0.3 " , path = " ../vergen" , default-features = false }
43
+ vergen = { version = " 9.0.4 " , path = " ../vergen" , default-features = false }
44
44
vergen-lib = { version = " 0.1.6" , path = " ../vergen-lib" , features = [" git" ] }
45
45
46
46
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -242,7 +242,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
242
242
#![ cfg_attr(
243
243
all( feature = "unstable" , nightly) ,
244
244
feature(
245
- coverage_attribute,
246
245
multiple_supertrait_upcastable,
247
246
must_not_suspend,
248
247
non_exhaustive_omitted_patterns_lint,
@@ -442,6 +441,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
442
441
) ]
443
442
#![ cfg_attr( all( doc, nightly) , feature( doc_auto_cfg) ) ]
444
443
#![ cfg_attr( all( docsrs, nightly) , feature( doc_cfg) ) ]
444
+ #![ cfg_attr( coverage_nightly, feature( coverage_attribute) ) ]
445
445
446
446
#[ cfg( test) ]
447
447
use { lazy_static as _, regex as _, temp_env as _} ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.81.0"
11
11
name = " vergen-gix"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rustyhorde/vergen"
14
- version = " 1.0.4 "
14
+ version = " 1.0.6 "
15
15
16
16
[package .metadata .cargo-matrix ]
17
17
[[package .metadata .cargo-matrix .channel ]]
@@ -49,7 +49,7 @@ time = { version = "0.3.36", features = [
49
49
" local-offset" ,
50
50
" parsing" ,
51
51
] }
52
- vergen = { version = " 9.0.3 " , path = " ../vergen" , default-features = false }
52
+ vergen = { version = " 9.0.4 " , path = " ../vergen" , default-features = false }
53
53
vergen-lib = { version = " 0.1.6" , path = " ../vergen-lib" , features = [" git" ] }
54
54
55
55
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -242,7 +242,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
242
242
#![ cfg_attr(
243
243
all( feature = "unstable" , nightly) ,
244
244
feature(
245
- coverage_attribute,
246
245
multiple_supertrait_upcastable,
247
246
must_not_suspend,
248
247
non_exhaustive_omitted_patterns_lint,
@@ -442,6 +441,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"
442
441
) ]
443
442
#![ cfg_attr( all( doc, nightly) , feature( doc_auto_cfg) ) ]
444
443
#![ cfg_attr( all( docsrs, nightly) , feature( doc_cfg) ) ]
444
+ #![ cfg_attr( coverage_nightly, feature( coverage_attribute) ) ]
445
445
446
446
#[ cfg( test) ]
447
447
use { lazy_static as _, regex as _} ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.81.0"
11
11
name = " vergen-pretty"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rustyhorde/vergen"
14
- version = " 0.3.7 "
14
+ version = " 0.3.9 "
15
15
16
16
[package .metadata .cargo-matrix ]
17
17
[[package .metadata .cargo-matrix .channel ]]
@@ -54,7 +54,7 @@ tracing = { version = "0.1.41", features = [
54
54
[build-dependencies ]
55
55
anyhow = " 1.0.95"
56
56
rustversion = " 1.0.19"
57
- vergen-gix = { version = " 1.0.4 " , path = " ../vergen-gix" , features = [
57
+ vergen-gix = { version = " 1.0.5 " , path = " ../vergen-gix" , features = [
58
58
" build" ,
59
59
" cargo" ,
60
60
" rustc" ,
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ assert!(!buf.is_empty());
103
103
#![ cfg_attr(
104
104
all( feature = "unstable" , nightly) ,
105
105
feature(
106
- coverage_attribute,
107
106
multiple_supertrait_upcastable,
108
107
must_not_suspend,
109
108
non_exhaustive_omitted_patterns_lint,
@@ -303,6 +302,7 @@ assert!(!buf.is_empty());
303
302
) ]
304
303
#![ cfg_attr( all( doc, nightly) , feature( doc_auto_cfg) ) ]
305
304
#![ cfg_attr( all( docsrs, nightly) , feature( doc_cfg) ) ]
305
+ #![ cfg_attr( coverage_nightly, feature( coverage_attribute) ) ]
306
306
307
307
#[ cfg( feature = "header" ) ]
308
308
mod header;
You can’t perform that action at this time.
0 commit comments