Skip to content

Commit 87087fa

Browse files
committed
switch ci to stable
1 parent c5352fa commit 87087fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22

33
matrix:
44
include:
5-
- rust: beta
5+
- rust: stable
66
- rust: nightly
77

88
install:

ci/exceptions/app/app.objdump

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ __aeabi_memset:
9090
fc: adds r3, r0, r1
9191
fe: adds r1, #0x4
9292
100: cmp lr, r1
93-
102: strb r2, [r3, #0x1]
93+
102: strb r2, [r3, #0x3]
9494
104: strb r2, [r3, #0x2]
95-
106: strb r2, [r3, #0x3]
95+
106: strb r2, [r3, #0x1]
9696
108: bne #-0x12 <__aeabi_memset+0x1c>
9797
10a: cmp.w r12, #0x0
9898
10e: pop.w {r7, lr}

ci/smallest-no-std/app.size

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
text data bss dec hex filename
2-
0 0 0 0 0 app
1+
text data bss dec hex filename
2+
0 0 0 0 0 app

0 commit comments

Comments
 (0)