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 3737 strategy :
3838 fail-fast : false
3939 matrix :
40- rust : [beta, 1.56.1]
40+ rust : [beta, 1.64.0, 1. 56.1]
4141 os : [ubuntu]
4242 include :
4343 - rust : stable
6161 - run : cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,arbitrary_precision
6262 - run : cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,raw_value
6363 - run : cargo check --features preserve_order
64+ if : matrix.rust != '1.56.1'
6465 - run : cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc,preserve_order
66+ if : matrix.rust != '1.56.1'
6567 - name : Build without std
6668 run : cargo check --manifest-path tests/crate/Cargo.toml --target ${{matrix.target}} --no-default-features --features alloc
6769 if : matrix.target
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rust-version = "1.36"
1313
1414[dependencies ]
1515serde = { version = " 1.0.100" , default-features = false }
16- indexmap = { version = " 1.5.2 " , features = [ " std " ] , optional = true }
16+ indexmap = { version = " 2 " , optional = true }
1717itoa = " 1.0"
1818ryu = " 1.0"
1919
You can’t perform that action at this time.
0 commit comments