We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07402f4 + db59f88 commit 6679b40Copy full SHA for 6679b40
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "shred"
3
-version = "0.3.0"
+version = "0.4.0"
4
authors = ["torkleyy"]
5
description = """
6
Dispatches systems in parallel which need read access to some resources,
@@ -23,7 +23,7 @@ fnv = "1"
23
mopa = "0.2"
24
pulse = "0.5"
25
rayon = { version = "0.7", features = ["unstable"] }
26
-shred-derive = { path = "shred-derive", version = "0.2" }
+shred-derive = { path = "shred-derive", version = "0.3" }
27
smallvec = "0.4"
28
29
[dev-dependencies]
shred-derive/Cargo.toml
name = "shred-derive"
-version = "0.2.0"
+version = "0.3.0"
description = "Custom derive for shred"
documentation = "https://docs.rs/shred_derive"
0 commit comments