Skip to content

Commit c869087

Browse files
committed
Use rust-random for appveyor
1 parent bb831f3 commit c869087

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build = "build.rs"
1616

1717
[badges]
1818
travis-ci = { repository = "rust-random/rand" }
19-
appveyor = { repository = "dhardy/rand" }
19+
appveyor = { repository = "rust-random/rand" }
2020

2121
[features]
2222
default = ["std" ] # without "std" rand uses libcore

rand_chacha/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build = "build.rs"
1616

1717
[badges]
1818
travis-ci = { repository = "rust-random/rand" }
19-
appveyor = { repository = "dhardy/rand" }
19+
appveyor = { repository = "rust-random/rand" }
2020

2121
[dependencies]
2222
rand_core = { path = "../rand_core", version = ">=0.2, <0.4", default-features=false }

rand_chacha/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rand_chacha
22

33
[![Build Status](https://travis-ci.org/rust-random/rand.svg)](https://travis-ci.org/rust-random/rand)
4-
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true)](https://ci.appveyor.com/project/dhardy/rand)
4+
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true)](https://ci.appveyor.com/project/rust-random/rand)
55
[![Latest version](https://img.shields.io/crates/v/rand_chacha.svg)](https://crates.io/crates/rand_chacha)
66
[![Documentation](https://docs.rs/rand_chacha/badge.svg)](https://docs.rs/rand_chacha)
77
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-random/rand#rust-version-requirements)

rand_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["algorithms", "no-std"]
1515

1616
[badges]
1717
travis-ci = { repository = "rust-random/rand" }
18-
appveyor = { repository = "dhardy/rand" }
18+
appveyor = { repository = "rust-random/rand" }
1919

2020
[features]
2121
default = ["std"]

rand_hc128/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["algorithms", "no-std"]
1515

1616
[badges]
1717
travis-ci = { repository = "rust-random/rand" }
18-
appveyor = { repository = "dhardy/rand" }
18+
appveyor = { repository = "rust-random/rand" }
1919

2020
[dependencies]
2121
rand_core = { path = "../rand_core", version = ">=0.2, <0.4", default-features=false }

rand_hc128/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rand_hc128
22

33
[![Build Status](https://travis-ci.org/rust-random/rand.svg)](https://travis-ci.org/rust-random/rand)
4-
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true)](https://ci.appveyor.com/project/dhardy/rand)
4+
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true)](https://ci.appveyor.com/project/rust-random/rand)
55
[![Latest version](https://img.shields.io/crates/v/rand_hc128.svg)](https://crates.io/crates/rand_hc128)
66
[![Documentation](https://docs.rs/rand_hc128/badge.svg)](https://docs.rs/rand_hc128)
77
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-random/rand#rust-version-requirements)

rand_isaac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["algorithms", "no-std"]
1515

1616
[badges]
1717
travis-ci = { repository = "rust-random/rand" }
18-
appveyor = { repository = "dhardy/rand" }
18+
appveyor = { repository = "rust-random/rand" }
1919

2020
[features]
2121
serde1 = ["serde", "serde_derive", "rand_core/serde1"]

rand_xorshift/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["algorithms", "no-std"]
1515

1616
[badges]
1717
travis-ci = { repository = "rust-random/rand" }
18-
appveyor = { repository = "dhardy/rand" }
18+
appveyor = { repository = "rust-random/rand" }
1919

2020
[features]
2121
serde1 = ["serde", "serde_derive"]

0 commit comments

Comments
 (0)