Skip to content

Commit

Permalink
Use rust-random for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Sep 27, 2018
1 parent bb831f3 commit c869087
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rand_chacha/Cargo.toml
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion rand_core/Cargo.toml
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion rand_hc128/Cargo.toml
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion rand_isaac/Cargo.toml
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion rand_xorshift/Cargo.toml
Expand Up @@ -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"]
Expand Down

0 comments on commit c869087

Please sign in to comment.