From db59f8877b8128047dad6edddbf83d5bb41d65c5 Mon Sep 17 00:00:00 2001 From: torkleyy Date: Tue, 6 Jun 2017 00:21:44 +0200 Subject: [PATCH] Bump shred to 0.4 and shred-derive to 0.3 --- Cargo.toml | 4 ++-- shred-derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c2912fe..ca5dd97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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, @@ -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] diff --git a/shred-derive/Cargo.toml b/shred-derive/Cargo.toml index 985c086..4604cef 100644 --- a/shred-derive/Cargo.toml +++ b/shred-derive/Cargo.toml @@ -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"