Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>epel9
parent
e438616c19
commit
9f861b30d9
@ -1,17 +0,0 @@
|
|||||||
--- phf-0.7.24/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
||||||
+++ phf-0.7.24/Cargo.toml 2019-01-26T11:02:04.184134+01:00
|
|
||||||
@@ -22,14 +22,9 @@
|
|
||||||
name = "phf"
|
|
||||||
path = "src/lib.rs"
|
|
||||||
test = false
|
|
||||||
-[dependencies.phf_macros]
|
|
||||||
-version = "0.7.24"
|
|
||||||
-optional = true
|
|
||||||
-
|
|
||||||
[dependencies.phf_shared]
|
|
||||||
version = "0.7.24"
|
|
||||||
|
|
||||||
[features]
|
|
||||||
core = ["phf_shared/core"]
|
|
||||||
-macros = ["phf_macros"]
|
|
||||||
unicase = ["phf_shared/unicase"]
|
|
@ -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-phf
|
Loading…
Reference in new issue