parent
e07408a5fd
commit
ed87a71e65
@ -1,3 +1,4 @@
|
||||
/globset-0.2.1.crate
|
||||
/globset-0.3.0.crate
|
||||
/globset-0.4.0.crate
|
||||
/globset-0.4.1.crate
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- globset-0.4.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||
+++ globset-0.4.0/Cargo.toml 2018-06-12T09:52:53.099432+02:00
|
||||
@@ -38,9 +38,6 @@
|
||||
version = "2"
|
||||
|
||||
[dependencies.regex]
|
||||
-version = "0.2.9"
|
||||
+version = "1"
|
||||
[dev-dependencies.glob]
|
||||
version = "0.2"
|
||||
-
|
||||
-[features]
|
||||
-simd-accel = ["regex/simd-accel"]
|
@ -1 +1 @@
|
||||
SHA512 (globset-0.4.0.crate) = f24b8d9aa298859bba38f8a5bbacb8f2cb6a8f6fe165a14409216d27d856885e234220a15d66c133725cba39a802139c6242f2e5f3787154f929b92152f4d1a8
|
||||
SHA512 (globset-0.4.1.crate) = 3cc7fb4b296ebc8c0a20d8080a9cf913ec61f2ed14bd45c2aebd0c73101514b3895123a93c5e1b5037362a74e18057fd6deefb5c91ff3880aa88ca0e1fb9095c
|
||||
|
@ -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-globset
|
Loading…
Reference in new issue