Skip to content

Commit

Permalink
Merge #37
Browse files Browse the repository at this point in the history
37: Bump shred to 0.4 and shred-derive to 0.3 r=torkleyy
  • Loading branch information
bors[bot] committed Jun 5, 2017
2 parents 07402f4 + db59f88 commit 6679b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "shred"
version = "0.3.0"
version = "0.4.0"
authors = ["torkleyy"]
description = """
Dispatches systems in parallel which need read access to some resources,
Expand All @@ -23,7 +23,7 @@ fnv = "1"
mopa = "0.2"
pulse = "0.5"
rayon = { version = "0.7", features = ["unstable"] }
shred-derive = { path = "shred-derive", version = "0.2" }
shred-derive = { path = "shred-derive", version = "0.3" }
smallvec = "0.4"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion shred-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shred-derive"
version = "0.2.0"
version = "0.3.0"
authors = ["torkleyy"]
description = "Custom derive for shred"
documentation = "https://docs.rs/shred_derive"
Expand Down

0 comments on commit 6679b40

Please sign in to comment.