File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,13 @@ version = "0.3.0"
8
8
[dependencies ]
9
9
bit_field = " 0.4.0"
10
10
bitflags = " 0.7.0"
11
+ compiler-builtins-snapshot = " 0.0.20161008+c56faf22abb39724008148d58f12bcd43b6d236b"
11
12
volatile = " 0.2.0"
12
13
13
14
[dependencies .arrayvec ]
14
15
version = " 0.3.20"
15
16
default-features = false
16
17
17
- [dependencies .compiler_builtins ]
18
- git = " https://github.com/japaric/compiler-builtins"
19
-
20
18
[features ]
21
19
default = [" panic-fmt" , " unwind-cpp" ]
22
20
panic-fmt = []
Original file line number Diff line number Diff line change 8
8
#![ feature( compiler_builtins_lib) ]
9
9
#![ no_std]
10
10
11
- extern crate compiler_builtins ;
11
+ extern crate compiler_builtins_snapshot ;
12
12
#[ macro_use]
13
13
extern crate bitflags;
14
14
extern crate bit_field;
You can’t perform that action at this time.
0 commit comments