update to 0.5.0

This commit is contained in:
gengteng
2023-08-04 18:50:02 +08:00
parent f3f0171e72
commit d95e04b4d4
19 changed files with 836 additions and 292 deletions

View File

@@ -1,10 +1,13 @@
[feature_default]
[feature_all_types]
features = "all_types"
[feature_into_json]
features = "into_json"
features = "all_types into_json"
[feature_422]
features = "422"
features = "all_types 422"
[feature_422_into_json]
features = "422 into_json"
features = "all_types 422 into_json"