File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 37
37
strategy :
38
38
fail-fast : false
39
39
matrix :
40
- rust : [beta, 1.56.1]
40
+ rust : [beta, 1.64.0, 1. 56.1]
41
41
os : [ubuntu]
42
42
include :
43
43
- rust : stable
61
61
- run : cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,arbitrary_precision
62
62
- run : cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,raw_value
63
63
- run : cargo check --features preserve_order
64
+ if : matrix.rust != '1.56.1'
64
65
- run : cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,preserve_order
66
+ if : matrix.rust != '1.56.1'
65
67
- name : Build without std
66
68
run : cargo check --manifest-path tests/crate/Cargo.toml --target ${{matrix.target}} --no-default-features --features alloc
67
69
if : matrix.target
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rust-version = "1.36"
13
13
14
14
[dependencies ]
15
15
serde = { version = " 1.0.100" , default-features = false }
16
- indexmap = { version = " 1.5.2 " , features = [ " std " ] , optional = true }
16
+ indexmap = { version = " 2 " , optional = true }
17
17
itoa = " 1.0"
18
18
ryu = " 1.0"
19
19
You can’t perform that action at this time.
0 commit comments