From 75288edc95ea0d10f051b6aa788460ba5e8456c1 Mon Sep 17 00:00:00 2001 From: CAD97 Date: Sun, 20 Dec 2020 22:40:12 -0500 Subject: [PATCH] Update to getrandom:0.2.0 This raises the MSRV to getrandom's, 1.34.0. --- .github/workflows/ci.yml | 2 +- .github/workflows/clippy.yml | 4 ++-- .github/workflows/fmt.yml | 2 +- Cargo.toml | 6 +++--- README.md | 2 +- README.tpl | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d52007db5..becf45f02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - stable - beta - nightly - - 1.32.0 + - 1.34.0 os: - macos-10.15 - windows-2019 diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 21b92223a..25072de8a 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -15,7 +15,7 @@ jobs: components: clippy override: true profile: minimal - toolchain: 1.32.0 + toolchain: 1.34.0 - name: Run `cargo clippy` uses: actions-rs/cargo@v1 with: @@ -33,7 +33,7 @@ jobs: components: clippy override: true profile: minimal - toolchain: 1.32.0 + toolchain: 1.34.0 - name: Run `cargo clippy` uses: actions-rs/cargo@v1 with: diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index b0e151173..fc0c6c556 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -14,7 +14,7 @@ jobs: components: rustfmt override: true profile: minimal - toolchain: 1.32.0 + toolchain: 1.34.0 - name: Run `cargo fmt` uses: actions-rs/cargo@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 8ba641ae4..c06b27178 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ repository = "uuid-rs/uuid" [dependencies.getrandom] optional = true -version = "0.1" +version = "0.2.0" [dependencies.md5] optional = true @@ -91,12 +91,12 @@ version = "1.0.56" default = ["std"] guid = ["winapi"] std = [] -stdweb = ["getrandom"] +stdweb = ["getrandom", "getrandom/js"] v1 = [] v3 = ["md5"] v4 = ["getrandom"] v5 = ["sha1"] -wasm-bindgen = ["getrandom"] +wasm-bindgen = ["getrandom", "getrandom/js"] [target.'cfg(windows)'.dependencies.winapi] optional = true diff --git a/README.md b/README.md index b34927bea..8199d34c7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ uuid [![Latest Version](https://img.shields.io/crates/v/uuid.svg)](https://crates.io/crates/uuid) [![Join the chat at https://gitter.im/uuid-rs/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/uuid-rs/Lobby?utm_source=badge&utm_medium=badge&utm_content=badge) -![Minimum rustc version](https://img.shields.io/badge/rustc-1.31.0+-yellow.svg) +![Minimum rustc version](https://img.shields.io/badge/rustc-1.34.0+-yellow.svg) [![Build Status](https://ci.appveyor.com/api/projects/status/github/uuid-rs/uuid?branch=master&svg=true)](https://ci.appveyor.com/project/uuid-rs/uuid/branch/master) [![Build Status](https://travis-ci.org/uuid-rs/uuid.svg?branch=master)](https://travis-ci.org/uuid-rs/uuid) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/uuid-rs/uuid.svg)](https://isitmaintained.com/project/uuid-rs/uuid "Average time to resolve an issue") diff --git a/README.tpl b/README.tpl index 82b296039..259d24202 100644 --- a/README.tpl +++ b/README.tpl @@ -3,7 +3,7 @@ [![Latest Version](https://img.shields.io/crates/v/uuid.svg)](https://crates.io/crates/uuid) [![Join the chat at https://gitter.im/uuid-rs/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/uuid-rs/Lobby?utm_source=badge&utm_medium=badge&utm_content=badge) -![Minimum rustc version](https://img.shields.io/badge/rustc-1.31.0+-yellow.svg) +![Minimum rustc version](https://img.shields.io/badge/rustc-1.34.0+-yellow.svg) {{badges}} ---