From c869087c50f9a138d0ebe2e48e118ca43ee00148 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Tue, 25 Sep 2018 16:15:49 +0200 Subject: [PATCH] Use rust-random for appveyor --- Cargo.toml | 2 +- rand_chacha/Cargo.toml | 2 +- rand_chacha/README.md | 2 +- rand_core/Cargo.toml | 2 +- rand_hc128/Cargo.toml | 2 +- rand_hc128/README.md | 2 +- rand_isaac/Cargo.toml | 2 +- rand_xorshift/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a144088bc3d..db23831b40a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ build = "build.rs" [badges] travis-ci = { repository = "rust-random/rand" } -appveyor = { repository = "dhardy/rand" } +appveyor = { repository = "rust-random/rand" } [features] default = ["std" ] # without "std" rand uses libcore diff --git a/rand_chacha/Cargo.toml b/rand_chacha/Cargo.toml index 86c28237117..5629cfc077c 100644 --- a/rand_chacha/Cargo.toml +++ b/rand_chacha/Cargo.toml @@ -16,7 +16,7 @@ build = "build.rs" [badges] travis-ci = { repository = "rust-random/rand" } -appveyor = { repository = "dhardy/rand" } +appveyor = { repository = "rust-random/rand" } [dependencies] rand_core = { path = "../rand_core", version = ">=0.2, <0.4", default-features=false } diff --git a/rand_chacha/README.md b/rand_chacha/README.md index 44ccbf4ece1..30fede2e1b7 100644 --- a/rand_chacha/README.md +++ b/rand_chacha/README.md @@ -1,7 +1,7 @@ # rand_chacha [![Build Status](https://travis-ci.org/rust-random/rand.svg)](https://travis-ci.org/rust-random/rand) -[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true)](https://ci.appveyor.com/project/dhardy/rand) +[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true)](https://ci.appveyor.com/project/rust-random/rand) [![Latest version](https://img.shields.io/crates/v/rand_chacha.svg)](https://crates.io/crates/rand_chacha) [![Documentation](https://docs.rs/rand_chacha/badge.svg)](https://docs.rs/rand_chacha) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-random/rand#rust-version-requirements) diff --git a/rand_core/Cargo.toml b/rand_core/Cargo.toml index f93669dbfae..6f4e79f063d 100644 --- a/rand_core/Cargo.toml +++ b/rand_core/Cargo.toml @@ -15,7 +15,7 @@ categories = ["algorithms", "no-std"] [badges] travis-ci = { repository = "rust-random/rand" } -appveyor = { repository = "dhardy/rand" } +appveyor = { repository = "rust-random/rand" } [features] default = ["std"] diff --git a/rand_hc128/Cargo.toml b/rand_hc128/Cargo.toml index 62c7f4a736c..855c4bebf55 100644 --- a/rand_hc128/Cargo.toml +++ b/rand_hc128/Cargo.toml @@ -15,7 +15,7 @@ categories = ["algorithms", "no-std"] [badges] travis-ci = { repository = "rust-random/rand" } -appveyor = { repository = "dhardy/rand" } +appveyor = { repository = "rust-random/rand" } [dependencies] rand_core = { path = "../rand_core", version = ">=0.2, <0.4", default-features=false } diff --git a/rand_hc128/README.md b/rand_hc128/README.md index dfbcaf5658f..b8475404ea5 100644 --- a/rand_hc128/README.md +++ b/rand_hc128/README.md @@ -1,7 +1,7 @@ # rand_hc128 [![Build Status](https://travis-ci.org/rust-random/rand.svg)](https://travis-ci.org/rust-random/rand) -[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true)](https://ci.appveyor.com/project/dhardy/rand) +[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true)](https://ci.appveyor.com/project/rust-random/rand) [![Latest version](https://img.shields.io/crates/v/rand_hc128.svg)](https://crates.io/crates/rand_hc128) [![Documentation](https://docs.rs/rand_hc128/badge.svg)](https://docs.rs/rand_hc128) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-random/rand#rust-version-requirements) diff --git a/rand_isaac/Cargo.toml b/rand_isaac/Cargo.toml index 1cd3341ff30..676df963f44 100644 --- a/rand_isaac/Cargo.toml +++ b/rand_isaac/Cargo.toml @@ -15,7 +15,7 @@ categories = ["algorithms", "no-std"] [badges] travis-ci = { repository = "rust-random/rand" } -appveyor = { repository = "dhardy/rand" } +appveyor = { repository = "rust-random/rand" } [features] serde1 = ["serde", "serde_derive", "rand_core/serde1"] diff --git a/rand_xorshift/Cargo.toml b/rand_xorshift/Cargo.toml index 2de9f512894..d5cf477a82a 100644 --- a/rand_xorshift/Cargo.toml +++ b/rand_xorshift/Cargo.toml @@ -15,7 +15,7 @@ categories = ["algorithms", "no-std"] [badges] travis-ci = { repository = "rust-random/rand" } -appveyor = { repository = "dhardy/rand" } +appveyor = { repository = "rust-random/rand" } [features] serde1 = ["serde", "serde_derive"]