File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,17 @@ rust: stable
3
3
4
4
matrix :
5
5
include :
6
- # MSRV
7
6
- 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)
10
7
8
+ # MSRV
11
9
- env : TARGET=x86_64-unknown-linux-gnu
10
+ rust : 1.31.0
12
11
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
13
12
14
13
# no-std sanity check
15
14
- env : TARGET=thumbv7m-none-eabi
16
15
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
17
16
18
- # no-std sanity check
19
17
- env : TARGET=rustfmt
20
18
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
21
19
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9
9
name = " serde-json-core"
10
10
readme = " README.md"
11
11
repository = " https://github.com/japaric/serde-json-core"
12
- version = " 0.1.0 "
12
+ version = " 0.0.1 "
13
13
14
14
[dependencies ]
15
15
heapless = " 0.4.0"
You can’t perform that action at this time.
0 commit comments