@@ -24,7 +24,7 @@ members = [
2424]
2525
2626[workspace .package ]
27- version = " 0.1.5 "
27+ version = " 0.1.6 "
2828edition = " 2021"
2929authors = [" RustAPI Contributors" ]
3030license = " MIT OR Apache-2.0"
@@ -102,12 +102,12 @@ indicatif = "0.17"
102102console = " 0.15"
103103
104104# Internal crates
105- rustapi-core = { path = " crates/rustapi-core" , version = " 0.1.4 " , default-features = false }
106- rustapi-macros = { path = " crates/rustapi-macros" , version = " 0.1.4 " }
107- rustapi-validate = { path = " crates/rustapi-validate" , version = " 0.1.4 " }
108- rustapi-openapi = { path = " crates/rustapi-openapi" , version = " 0.1.4 " , default-features = false }
109- rustapi-extras = { path = " crates/rustapi-extras" , version = " 0.1.4 " }
110- rustapi-toon = { path = " crates/rustapi-toon" , version = " 0.1.4 " }
111- rustapi-ws = { path = " crates/rustapi-ws" , version = " 0.1.4 " }
112- rustapi-view = { path = " crates/rustapi-view" , version = " 0.1.4 " }
105+ rustapi-core = { path = " crates/rustapi-core" , version = " 0.1.6 " , default-features = false }
106+ rustapi-macros = { path = " crates/rustapi-macros" , version = " 0.1.6 " }
107+ rustapi-validate = { path = " crates/rustapi-validate" , version = " 0.1.6 " }
108+ rustapi-openapi = { path = " crates/rustapi-openapi" , version = " 0.1.6 " , default-features = false }
109+ rustapi-extras = { path = " crates/rustapi-extras" , version = " 0.1.6 " }
110+ rustapi-toon = { path = " crates/rustapi-toon" , version = " 0.1.6 " }
111+ rustapi-ws = { path = " crates/rustapi-ws" , version = " 0.1.6 " }
112+ rustapi-view = { path = " crates/rustapi-view" , version = " 0.1.6 " }
113113
0 commit comments