parent
7cc250e418
commit
1e29565365
@ -1,12 +1,14 @@
|
||||
--- ctrlc-3.1.1/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||
+++ ctrlc-3.1.1/Cargo.toml 2018-07-17T09:55:32.501826+02:00
|
||||
@@ -30,9 +30,3 @@
|
||||
+++ ctrlc-3.1.1/Cargo.toml 2019-02-04T10:10:28.553661+01:00
|
||||
@@ -29,10 +29,4 @@
|
||||
[features]
|
||||
termination = []
|
||||
[target."cfg(unix)".dependencies.nix]
|
||||
version = "0.11"
|
||||
-version = "0.11"
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "0.3"
|
||||
-features = ["consoleapi", "handleapi", "synchapi", "winbase"]
|
||||
-[target."cfg(windows)".dev-dependencies.winapi]
|
||||
-version = "0.3"
|
||||
-features = ["fileapi", "processenv", "winnt"]
|
||||
+version = "0.13"
|
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
standard-inventory-qcow2:
|
||||
qemu:
|
||||
# `cargo test` usually eats more than 1G.
|
||||
m: 4G
|
@ -0,0 +1,13 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
repositories:
|
||||
- repo: "https://src.fedoraproject.org/tests/rust.git"
|
||||
dest: rust
|
||||
tests:
|
||||
- rust/cargo-test
|
||||
environment:
|
||||
pkg: rust-ctrlc
|
Loading…
Reference in new issue