File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ members = [".", "./derive"]
5
5
6
6
[package ]
7
7
name = " openapi_type"
8
- version = " 0.3.1 "
8
+ version = " 0.4.0 "
9
9
authors = [" Dominic Meiser <git@msrd0.de>" ]
10
10
edition = " 2021"
11
11
rust-version = " 1.58"
@@ -24,7 +24,7 @@ uuid = ["uuid08"]
24
24
25
25
[dependencies ]
26
26
indexmap = " 1.7"
27
- openapi_type_derive = { path = " ./derive" , version = " 0.3 .0" }
27
+ openapi_type_derive = { path = " ./derive" , version = " 0.4 .0" }
28
28
openapiv3 = " 1.0"
29
29
serde_json = " 1.0"
30
30
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ limitations under the License.
96
96
```
97
97
98
98
[contributors]: https://github.com/msrd0/openapi_type/graphs/contributors
99
- [__link0]: https://docs.rs/openapi_type/0.3.1 /openapi_type/?search=openapi_type::OpenapiType
100
- [__link1]: https://docs.rs/openapi_type/0.3.1 /openapi_type/?search=openapi_type::OpenapiType::schema
101
- [__link2]: https://docs.rs/openapi_type/0.3.1 /openapi_type/?search=openapi_type::visitor::OpenapiSchema
102
- [__link3]: https://docs.rs/openapi_type/0.3.1 /openapi_type/?search=openapi_type::visitor::OpenapiSchema::dependencies
99
+ [__link0]: https://docs.rs/openapi_type/0.4.0 /openapi_type/?search=openapi_type::OpenapiType
100
+ [__link1]: https://docs.rs/openapi_type/0.4.0 /openapi_type/?search=openapi_type::OpenapiType::schema
101
+ [__link2]: https://docs.rs/openapi_type/0.4.0 /openapi_type/?search=openapi_type::visitor::OpenapiSchema
102
+ [__link3]: https://docs.rs/openapi_type/0.4.0 /openapi_type/?search=openapi_type::visitor::OpenapiSchema::dependencies
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ limitations under the License.
67
67
```
68
68
69
69
[contributors]: https://github.com/msrd0/openapi_type/graphs/contributors
70
- [__link0]: https://docs.rs/openapi_type/0.3.1 /openapi_type/?search=openapi_type::OpenapiType
71
- [__link1]: https://docs.rs/openapi_type/0.3.1 /openapi_type/?search=openapi_type::OpenapiType::schema
72
- [__link2]: https://docs.rs/openapi_type/0.3.1 /openapi_type/?search=openapi_type::visitor::OpenapiSchema
73
- [__link3]: https://docs.rs/openapi_type/0.3.1 /openapi_type/?search=openapi_type::visitor::OpenapiSchema::dependencies
70
+ [__link0]: https://docs.rs/openapi_type/0.4.0 /openapi_type/?search=openapi_type::OpenapiType
71
+ [__link1]: https://docs.rs/openapi_type/0.4.0 /openapi_type/?search=openapi_type::OpenapiType::schema
72
+ [__link2]: https://docs.rs/openapi_type/0.4.0 /openapi_type/?search=openapi_type::visitor::OpenapiSchema
73
+ [__link3]: https://docs.rs/openapi_type/0.4.0 /openapi_type/?search=openapi_type::visitor::OpenapiSchema::dependencies
Original file line number Diff line number Diff line change 3
3
[package ]
4
4
workspace = " .."
5
5
name = " openapi_type_derive"
6
- version = " 0.3 .0"
6
+ version = " 0.4 .0"
7
7
authors = [" Dominic Meiser <git@msrd0.de>" ]
8
8
edition = " 2021"
9
9
rust-version = " 1.58"
You can’t perform that action at this time.
0 commit comments