File tree Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions-rs/toolchain@v1
23
23
with :
24
24
profile : minimal
25
- toolchain : nightly-2020 -12-07
25
+ toolchain : nightly-2021 -12-07
26
26
- name : Install `rust-src` Rustup Component
27
27
run : rustup component add rust-src
28
28
- name : Run `cargo build`
38
38
uses : actions-rs/toolchain@v1
39
39
with :
40
40
profile : minimal
41
- toolchain : nightly-2020 -12-07
41
+ toolchain : nightly-2021 -12-07
42
42
- name : Checkout Repository
43
43
uses : actions/checkout@v2
44
44
- name : Install Rustup Components
64
64
uses : actions-rs/toolchain@v1
65
65
with :
66
66
profile : minimal
67
- toolchain : nightly-2020 -12-07
67
+ toolchain : nightly-2021 -12-07
68
68
components : rustfmt
69
69
override : true
70
70
- name : Run `cargo fmt`
83
83
uses : actions-rs/toolchain@v1
84
84
with :
85
85
profile : minimal
86
- toolchain : nightly-2020 -12-07
86
+ toolchain : nightly-2021 -12-07
87
87
components : clippy, rust-src
88
88
override : true
89
89
- name : Run `cargo clippy`
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ Rustic OS is our attempt at developing a modular kernel written completely in Ru
7
7
8
8
## Contents
9
9
10
- * [ Dependencies] ( #dependencies )
11
- * [ Development] ( #development )
12
- * [ Contributing] ( #contributing )
13
- * [ Contact] ( #contact )
10
+ - [ Rustic OS] ( #rustic-os )
11
+ - [ Contents] ( #contents )
12
+ - [ Dependencies] ( #dependencies )
13
+ - [ Development] ( #development )
14
+ - [ Contributing] ( #contributing )
14
15
15
16
## Dependencies
16
17
@@ -45,7 +46,7 @@ Open your favourite terminal and perform the following tasks:-
45
46
Do check out the code at https://github.com/sdslabs/rusticos
46
47
` ` `
47
48
48
- 1. Run ` make install` to install the necessary toolchain dependencies and change Rust version to nightly-2020 -12-07.
49
+ 1. Run ` make install` to install the necessary toolchain dependencies and change Rust version to nightly-2021 -12-07.
49
50
50
51
> This is necessary to enable some of the dependency crates
51
52
@@ -67,11 +68,4 @@ Open your favourite terminal and perform the following tasks:-
67
68
68
69
# # Contributing
69
70
70
- If you' d like to contribute to this project, refer to the [contributing documentation](./CONTRIBUTING.md).
71
-
72
- ## Contact
73
-
74
- If you have a query regarding the product or just want to say hello then feel free to visit
75
- [chat.sdslabs.co](http://chat.sdslabs.co/) or drop a mail at [[email protected] ](mailto:[email protected] )
76
-
77
- Created with :heart: by [SDSLabs](https://github.com/sdslabs)
71
+ If you' d like to contribute to this project, refer to the [contributing documentation](./CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments