Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to getrandom:0.2.0 #501

Merged
merged 2 commits into from
Dec 21, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- stable
- beta
- nightly
- 1.32.0
- 1.34.0
os:
- macos-10.15
- windows-2019
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repository = "uuid-rs/uuid"

[dependencies.getrandom]
optional = true
version = "0.1"
version = "0.2.0"

[dependencies.md5]
optional = true
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

---
Expand Down