parent
58ceba8f37
commit
5b6cdc56f4
@ -1,12 +1,13 @@
|
||||
--- iso8601-0.2.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||
+++ iso8601-0.2.0/Cargo.toml 2017-11-20T16:18:15.776636+01:00
|
||||
@@ -20,9 +20,6 @@
|
||||
+++ iso8601-0.2.0/Cargo.toml 2018-11-14T11:45:22.909557+01:00
|
||||
@@ -20,10 +20,6 @@
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/badboy/iso8601"
|
||||
-[dependencies.clippy]
|
||||
-version = ">0.0.0"
|
||||
-optional = true
|
||||
|
||||
-
|
||||
[dependencies.nom]
|
||||
version = "3.2"
|
||||
|
@ -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-iso8601
|
Loading…
Reference in new issue