parent
6a052e4205
commit
3188a496de
@ -1,5 +1,5 @@
|
|||||||
--- structopt-0.2.10/Cargo.toml 1970-01-01T01:00:00+01:00
|
--- structopt-0.2.15/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
+++ structopt-0.2.10/Cargo.toml 2018-06-21T11:27:09.518140+02:00
|
+++ structopt-0.2.15/Cargo.toml 2019-03-09T12:18:17.758487+01:00
|
||||||
@@ -33,8 +33,6 @@
|
@@ -33,8 +33,6 @@
|
||||||
debug = ["clap/debug"]
|
debug = ["clap/debug"]
|
||||||
default = ["clap/default"]
|
default = ["clap/default"]
|
@ -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-structopt
|
Loading…
Reference in new issue