File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zapper"
3
- version = " 0.1.8 "
3
+ version = " 0.9.0 "
4
4
authors = [" Josh Leverette <coder543@gmail.com>" ]
5
5
license = " MIT"
6
6
description = " lightning fast templating engine"
@@ -11,7 +11,7 @@ default = ["derive", "rayon"]
11
11
derive = [" zapper_derive" ]
12
12
13
13
[dependencies ]
14
- zapper_derive = { version = " 0.1 .0" , optional = true }
14
+ zapper_derive = { version = " 0.9 .0" , optional = true }
15
15
rayon = { version = " 1.0.1" , optional = true }
16
16
17
17
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" Josh Leverette <coder543@gmail.com>" ]
3
3
name = " zapper_derive"
4
- version = " 0.1 .0"
4
+ version = " 0.9 .0"
5
5
license = " MIT"
6
6
description = " provides custom derive for the zapper crate"
7
7
You can’t perform that action at this time.
0 commit comments