Skip to content

Commit f84daec

Browse files
authored
Merge pull request #41 from mathstuf/fix-ci
Fix ci
2 parents 04e4f30 + cb6ecb6 commit f84daec

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.ci/tarpaulin.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

5-
readonly version="0.10.0"
6-
readonly sha256sum="6843be8384bf14385b36a3118efc1ed2d25d531acb8df954cd3f93d44018b09e"
5+
readonly version="0.12.4"
6+
readonly sha256sum="a9537853c7bbc2fa6ffb4b71899b44f3b49dd0a1f2d80819d89c581b961dcdde"
77
readonly filename="cargo-tarpaulin-$version-travis"
88
readonly tarball="$filename.tar.gz"
99

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustfmt_task:
1919
linux_task:
2020
matrix:
2121
- container:
22-
image: rust:1.35.0
22+
image: rust:1.36.0
2323
- container:
2424
image: rust:latest
2525
- allow_failures: true

keyutils-raw/src/constants.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2525
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

27-
// Ignore rustfmt changes in here. The horizontal alignment is too useful to give up.
28-
#![cfg_attr(rustfmt, rustfmt_skip)]
29-
3027
use crate::{KeyPermissions, KeyringSerial};
3128

3229
// TODO: change these to &CStr when const fns get unblocked.

keyutils-raw/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
//! - `keyctl(3)`
3838
//! - `keyctl(7)`
3939
40+
// Ignore rustfmt changes in here. The horizontal alignment is too useful to give up.
41+
#[rustfmt::skip]
4042
mod constants;
4143
mod functions;
4244
mod types;

0 commit comments

Comments
 (0)