File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 override : true
6464
6565 - name : rust-tarpaulin
66- uses : actions-rs/tarpaulin@v0.1.0
66+ uses : actions-rs/tarpaulin@v0.1.3
6767 with :
6868 args : --all-features --out Xml
6969
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ lto = true
1515
1616[dependencies ]
1717generic-array = {version = " 0.14.4" , optional =true }
18- array-init = {git = " https://github.com/manishearth/array-init " , version = " 0.1.1 " , optional =true }
18+ array-init = { version = " 1.0.0 " , optional =true }
1919
2020[dev-dependencies ]
2121criterion = " 0.1.2"
Original file line number Diff line number Diff line change 11#![ no_std]
2- #![ cfg_attr( feature = "const_generics" , feature( const_generics) ) ]
3- #![ cfg_attr( feature = "const_generics" , allow( incomplete_features) ) ]
2+ #![ cfg_attr( feature = "const_generics" , feature( min_const_generics) ) ]
43#![ deny( missing_docs) ]
54#![ deny( warnings) ]
65#![ deny( unused_import_braces) ]
You can’t perform that action at this time.
0 commit comments