parent
05f2d70337
commit
342700fd12
@ -0,0 +1,11 @@
|
|||||||
|
--- structopt-derive-0.2.15/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
|
+++ structopt-derive-0.2.15/Cargo.toml 2019-03-09T12:16:49.631467+01:00
|
||||||
|
@@ -34,8 +34,5 @@
|
||||||
|
|
||||||
|
[dependencies.syn]
|
||||||
|
version = "0.15"
|
||||||
|
-
|
||||||
|
-[features]
|
||||||
|
-nightly = ["proc-macro2/nightly"]
|
||||||
|
[badges.travis-ci]
|
||||||
|
repository = "TeXitoi/structopt"
|
@ -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-derive
|
Loading…
Reference in new issue