Skip to content

Commit 80d6d23

Browse files
committed
starting typify 0.0.11-dev after releasing 0.0.10
1 parent 7cbff9f commit 80d6d23

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typify-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typify-impl"
3-
version = "0.0.10"
3+
version = "0.0.11-dev"
44
authors = ["Adam H. Leventhal <[email protected]"]
55
edition = "2021"
66
license = "Apache-2.0"

typify-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typify-macro"
3-
version = "0.0.10"
3+
version = "0.0.11-dev"
44
authors = ["Adam H. Leventhal <[email protected]"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
serde_tokenstream = "0.1.3"
1818
syn = "1.0"
19-
typify-impl = { version = "0.0.10", path = "../typify-impl" }
19+
typify-impl = { version = "0.0.11-dev", path = "../typify-impl" }
2020

2121
[lib]
2222
proc-macro = true

typify/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typify"
3-
version = "0.0.10"
3+
version = "0.0.11-dev"
44
authors = ["Adam H. Leventhal <[email protected]"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -11,8 +11,8 @@ keywords = ["json", "schema", "proc_macro"]
1111
categories = ["api-bindings", "compilers"]
1212

1313
[dependencies]
14-
typify-macro = { version = "0.0.10", path = "../typify-macro" }
15-
typify-impl = { version = "0.0.10", path = "../typify-impl" }
14+
typify-macro = { version = "0.0.11-dev", path = "../typify-macro" }
15+
typify-impl = { version = "0.0.11-dev", path = "../typify-impl" }
1616

1717
[dev-dependencies]
1818
schemars = "0.8.10"

0 commit comments

Comments
 (0)