Skip to content

Commit bf24e99

Browse files
committed
update version numbers
1 parent 2b38a3b commit bf24e99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zapper"
3-
version = "0.1.8"
3+
version = "0.9.0"
44
authors = ["Josh Leverette <coder543@gmail.com>"]
55
license = "MIT"
66
description = "lightning fast templating engine"
@@ -11,7 +11,7 @@ default = ["derive", "rayon"]
1111
derive = ["zapper_derive"]
1212

1313
[dependencies]
14-
zapper_derive = { version = "0.1.0", optional = true }
14+
zapper_derive = { version = "0.9.0", optional = true }
1515
rayon = { version = "1.0.1", optional = true }
1616

1717
[dev-dependencies]

zapper-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Josh Leverette <coder543@gmail.com>"]
33
name = "zapper_derive"
4-
version = "0.1.0"
4+
version = "0.9.0"
55
license = "MIT"
66
description = "provides custom derive for the zapper crate"
77

0 commit comments

Comments
 (0)