Skip to content

Commit

Permalink
Updated crate version to 0.16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Feb 17, 2020
1 parent 57fc04d commit b73146c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "specs"
version = "0.16.0"
version = "0.16.1"
description = """
Specs is an Entity-Component-System library written in Rust.
"""
Expand Down Expand Up @@ -53,7 +53,7 @@ nalgebra = "0.19.0"
criterion = "0.3.1"
ron = "0.5.1"
rand = "0.7.3"
serde_json = "1.0.47"
serde_json = "1.0.48"
shred = { version = "0.10.2", default-features = false, features = ["shred-derive"] }
specs-derive = { path = "specs-derive", version = "0.4.1" }

Expand Down

0 comments on commit b73146c

Please sign in to comment.