File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,17 @@ rust: stable
33
44matrix :
55 include :
6- # MSRV
76 - env : TARGET=x86_64-unknown-linux-gnu
8- rust : 1.31.0
9- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
107
8+ # MSRV
119 - env : TARGET=x86_64-unknown-linux-gnu
10+ rust : 1.31.0
1211 if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1312
1413 # no-std sanity check
1514 - env : TARGET=thumbv7m-none-eabi
1615 if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1716
18- # no-std sanity check
1917 - env : TARGET=rustfmt
2018 if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2119
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99name = " serde-json-core"
1010readme = " README.md"
1111repository = " https://github.com/japaric/serde-json-core"
12- version = " 0.1.0 "
12+ version = " 0.0.1 "
1313
1414[dependencies ]
1515heapless = " 0.4.0"
You can’t perform that action at this time.
0 commit comments