parent
ad53662d7e
commit
dfe1566571
@ -1,10 +1,7 @@
|
|||||||
--- net2-0.2.33/Cargo.toml 1970-01-01T01:00:00+01:00
|
--- net2-0.2.33/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
+++ net2-0.2.33/Cargo.toml 2018-06-29T00:21:26.955021+02:00
|
+++ net2-0.2.33/Cargo.toml 2018-11-11T13:44:38.254464+01:00
|
||||||
@@ -26,9 +26,5 @@
|
@@ -29,6 +29,3 @@
|
||||||
[features]
|
nightly = []
|
||||||
default = ["duration"]
|
|
||||||
duration = []
|
|
||||||
-nightly = []
|
|
||||||
[target."cfg(any(target_os=\"redox\", unix))".dependencies.libc]
|
[target."cfg(any(target_os=\"redox\", unix))".dependencies.libc]
|
||||||
version = "0.2.42"
|
version = "0.2.42"
|
||||||
-[target."cfg(windows)".dependencies.winapi]
|
-[target."cfg(windows)".dependencies.winapi]
|
@ -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-net2
|
Loading…
Reference in new issue