File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- readonly version=" 0.10.0 "
6
- readonly sha256sum=" 6843be8384bf14385b36a3118efc1ed2d25d531acb8df954cd3f93d44018b09e "
5
+ readonly version=" 0.12.4 "
6
+ readonly sha256sum=" a9537853c7bbc2fa6ffb4b71899b44f3b49dd0a1f2d80819d89c581b961dcdde "
7
7
readonly filename=" cargo-tarpaulin-$version -travis"
8
8
readonly tarball=" $filename .tar.gz"
9
9
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rustfmt_task:
19
19
linux_task :
20
20
matrix :
21
21
- container :
22
- image : rust:1.35 .0
22
+ image : rust:1.36 .0
23
23
- container :
24
24
image : rust:latest
25
25
- allow_failures : true
Original file line number Diff line number Diff line change 24
24
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25
25
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
26
27
- // Ignore rustfmt changes in here. The horizontal alignment is too useful to give up.
28
- #![ cfg_attr( rustfmt, rustfmt_skip) ]
29
-
30
27
use crate :: { KeyPermissions , KeyringSerial } ;
31
28
32
29
// TODO: change these to &CStr when const fns get unblocked.
Original file line number Diff line number Diff line change 37
37
//! - `keyctl(3)`
38
38
//! - `keyctl(7)`
39
39
40
+ // Ignore rustfmt changes in here. The horizontal alignment is too useful to give up.
41
+ #[ rustfmt:: skip]
40
42
mod constants;
41
43
mod functions;
42
44
mod types;
You can’t perform that action at this time.
0 commit comments