File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ You should use these following line of parameters:
119
119
120
120
... to enable H extension on QEMU software.
121
121
122
+ 3 . What is the minimum supported Rust version of this package?
123
+
124
+ You should build RustSBI-QEMU on nightly at least ` rustc 1.66.0-nightly (a24a020e6 2022-10-18) ` .
125
+
122
126
## License
123
127
124
128
This project is licensed under Mulan PSL v2.
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
2
#![ no_main]
3
- #![ feature( naked_functions, asm_sym , asm_const) ]
3
+ #![ feature( naked_functions, asm_const) ]
4
4
#![ deny( warnings) ]
5
5
6
6
mod clint;
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
2
#![ no_main]
3
- #![ feature( naked_functions, asm_sym , asm_const) ]
3
+ #![ feature( naked_functions, asm_const) ]
4
4
#![ deny( warnings) ]
5
5
6
6
#[ macro_use]
You can’t perform that action at this time.
0 commit comments