Support uuid v1 and arrayvec 0.7 (#142)
This commit is contained in:
parent
043d794e39
commit
74974d3e95
15 changed files with 157 additions and 72 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
include:
|
||||
- rust: 1.37.0
|
||||
# exclude ui_test as the output is slightly different in rustc 1.37
|
||||
test_features: "--features impl_json_schema,chrono,indexmap,either,uuid,smallvec,arrayvec,enumset"
|
||||
test_features: "--features impl_json_schema,chrono,indexmap,either,uuid08,smallvec,arrayvec05,enumset"
|
||||
allow_failure: false
|
||||
- rust: stable
|
||||
test_features: "--all-features"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue