Merge pull request #390 from schungx/master

Fix f32_feature + serde.
This commit is contained in:
Stephen Chung
2021-04-06 23:36:48 +08:00
committed by GitHub
37 changed files with 685 additions and 497 deletions

View File

@@ -23,10 +23,10 @@ jobs:
- "--features sync"
- "--features no_optimize"
- "--features no_float"
- "--features f32_float"
- "--features f32_float,serde,metadata,internals"
- "--features decimal"
- "--features no_float,decimal"
- "--tests --features only_i32"
- "--tests --features only_i32,serde,metadata,internals"
- "--features only_i64"
- "--features no_index"
- "--features no_object"