@@ -21,7 +21,7 @@ members = [
2121]
2222
2323[workspace .package ]
24- version = " 0.1.12 "
24+ version = " 0.1.13 "
2525edition = " 2021"
2626authors = [" RustAPI Contributors" ]
2727license = " MIT OR Apache-2.0"
@@ -100,14 +100,14 @@ indicatif = "0.17"
100100console = " 0.15"
101101
102102# Internal crates
103- rustapi-core = { path = " crates/rustapi-core" , version = " 0.1.12 " , default-features = false }
104- rustapi-macros = { path = " crates/rustapi-macros" , version = " 0.1.12 " }
105- rustapi-validate = { path = " crates/rustapi-validate" , version = " 0.1.12 " }
106- rustapi-openapi = { path = " crates/rustapi-openapi" , version = " 0.1.12 " , default-features = false }
107- rustapi-extras = { path = " crates/rustapi-extras" , version = " 0.1.12 " }
108- rustapi-toon = { path = " crates/rustapi-toon" , version = " 0.1.12 " }
109- rustapi-ws = { path = " crates/rustapi-ws" , version = " 0.1.12 " }
110- rustapi-view = { path = " crates/rustapi-view" , version = " 0.1.12 " }
111- rustapi-testing = { path = " crates/rustapi-testing" , version = " 0.1.12 " }
112- rustapi-jobs = { path = " crates/rustapi-jobs" , version = " 0.1.12 " }
103+ rustapi-core = { path = " crates/rustapi-core" , version = " 0.1.13 " , default-features = false }
104+ rustapi-macros = { path = " crates/rustapi-macros" , version = " 0.1.13 " }
105+ rustapi-validate = { path = " crates/rustapi-validate" , version = " 0.1.13 " }
106+ rustapi-openapi = { path = " crates/rustapi-openapi" , version = " 0.1.13 " , default-features = false }
107+ rustapi-extras = { path = " crates/rustapi-extras" , version = " 0.1.13 " }
108+ rustapi-toon = { path = " crates/rustapi-toon" , version = " 0.1.13 " }
109+ rustapi-ws = { path = " crates/rustapi-ws" , version = " 0.1.13 " }
110+ rustapi-view = { path = " crates/rustapi-view" , version = " 0.1.13 " }
111+ rustapi-testing = { path = " crates/rustapi-testing" , version = " 0.1.13 " }
112+ rustapi-jobs = { path = " crates/rustapi-jobs" , version = " 0.1.13 " }
113113
0 commit comments