Skip to content

Commit

Permalink
Updated all dependencies, and removed "parallel" feature from cc de…
Browse files Browse the repository at this point in the history
…pendency.
  • Loading branch information
gwihlidal committed Nov 3, 2019
1 parent ff35545 commit 257f7f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.2.2 (2019-11-02)

* Upgraded all dependencies.
* Removed "parallel" feature from `cc` dependency.

## 0.2.1 (2019-03-29)

* Minor improvements.
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirv-reflect"
version = "0.2.1"
version = "0.2.2"
authors = ["Graham Wihlidal <[email protected]>"]
description = "Reflection API in rust for SPIR-V shader byte code, intended for Vulkan applications."
homepage = "https://github.com/gwihlidal/spirv-reflect-rs"
Expand Down Expand Up @@ -36,20 +36,20 @@ travis-ci = { repository = "gwihlidal/spirv-reflect-rs" }
maintenance = { status = "actively-developed" }

[dependencies]
bitflags = "1.0.4"
bitflags = "1.2.1"
spirv_headers = "1.3.4"
num-traits = "0.2.6"
num-traits = "0.2.8"
serde = "1.0"
serde_derive = "1.0.89"
serde_derive = "1.0.102"

[dev-dependencies]
serde_yaml = "0.8.8"
serde_yaml = "0.8.11"

[build-dependencies]
cc = { version = "1.0.32", features = ["parallel"] }
cc = "1.0.46"

[build-dependencies.bindgen]
version = "0.49.0"
version = "0.51.1"
optional = true

[profile.release]
Expand Down

0 comments on commit 257f7f7

Please sign in to comment.