File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ bit_field = "0.10.1"
24
24
bitflags = " 2.3.2"
25
25
volatile = " 0.4.4"
26
26
rustversion = " 1.0.5"
27
- const_fn = " 0.4.11"
27
+ dep_const_fn = { package = " const_fn" , version = " 0.4.11" }
28
28
29
29
[features ]
30
30
default = [" nightly" , " instructions" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use crate::structures::mem_encrypt::ENC_BIT_MASK;
5
5
use crate :: structures:: paging:: page_table:: PageTableLevel ;
6
6
use crate :: structures:: paging:: { PageOffset , PageTableIndex } ;
7
7
use bit_field:: BitField ;
8
- use const_fn :: const_fn;
8
+ use dep_const_fn :: const_fn;
9
9
use core:: convert:: TryFrom ;
10
10
use core:: fmt;
11
11
#[ cfg( feature = "step_trait" ) ]
Original file line number Diff line number Diff line change 3
3
use super :: { PageSize , PhysFrame , Size4KiB } ;
4
4
use crate :: addr:: PhysAddr ;
5
5
use bitflags:: bitflags;
6
- use const_fn :: const_fn;
6
+ use dep_const_fn :: const_fn;
7
7
use core:: fmt;
8
8
#[ cfg( feature = "step_trait" ) ]
9
9
use core:: iter:: Step ;
You can’t perform that action at this time.
0 commit comments