File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
#![ cfg_attr( not( test) , no_std) ]
5
5
#![ cfg_attr( feature = "const_fn" , feature( const_fn) ) ]
6
6
#![ cfg_attr( feature = "const_fn" , feature( const_mut_refs) ) ]
7
+ #![ cfg_attr( feature = "const_fn" , feature( const_fn_fn_ptr_basics) ) ]
7
8
#![ cfg_attr( feature = "const_fn" , feature( const_in_array_repeat_expressions) ) ]
8
9
#![ cfg_attr( feature = "inline_asm" , feature( llvm_asm) ) ]
9
10
#![ cfg_attr( feature = "abi_x86_interrupt" , feature( abi_x86_interrupt) ) ]
Original file line number Diff line number Diff line change @@ -17,12 +17,16 @@ name = "double_fault_stack_overflow"
17
17
harness = false
18
18
19
19
[dependencies ]
20
- bootloader = " 0.9.3 "
21
- uart_16550 = " 0.2.0 "
20
+ bootloader = " 0.9.10 "
21
+ uart_16550 = " 0.2.8 "
22
22
spin = " 0.5.0"
23
23
24
+ # Overwrite the x86_64 crate for both direct and indirect dependencies.
24
25
[dependencies .x86_64 ]
25
26
path = " .."
27
+ [patch .crates-io ]
28
+ x86_64 = { path = " .." }
29
+
26
30
27
31
[dependencies .lazy_static ]
28
32
version = " 1.3.0"
You can’t perform that action at this time.
0 commit comments