Skip to content

Commit debb490

Browse files
committed
chore(.github/workflows, README): update nightly versions
1 parent 9125559 commit debb490

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

.github/workflows/kernel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions-rs/toolchain@v1
2323
with:
2424
profile: minimal
25-
toolchain: nightly-2020-12-07
25+
toolchain: nightly-2021-12-07
2626
- name: Install `rust-src` Rustup Component
2727
run: rustup component add rust-src
2828
- name: Run `cargo build`
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions-rs/toolchain@v1
3939
with:
4040
profile: minimal
41-
toolchain: nightly-2020-12-07
41+
toolchain: nightly-2021-12-07
4242
- name: Checkout Repository
4343
uses: actions/checkout@v2
4444
- name: Install Rustup Components
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions-rs/toolchain@v1
6565
with:
6666
profile: minimal
67-
toolchain: nightly-2020-12-07
67+
toolchain: nightly-2021-12-07
6868
components: rustfmt
6969
override: true
7070
- name: Run `cargo fmt`
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions-rs/toolchain@v1
8484
with:
8585
profile: minimal
86-
toolchain: nightly-2020-12-07
86+
toolchain: nightly-2021-12-07
8787
components: clippy, rust-src
8888
override: true
8989
- name: Run `cargo clippy`

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Rustic OS is our attempt at developing a modular kernel written completely in Ru
77

88
## Contents
99

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)
1415

1516
## Dependencies
1617

@@ -45,7 +46,7 @@ Open your favourite terminal and perform the following tasks:-
4546
Do check out the code at https://github.com/sdslabs/rusticos
4647
```
4748

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.
4950

5051
> This is necessary to enable some of the dependency crates
5152

@@ -67,11 +68,4 @@ Open your favourite terminal and perform the following tasks:-
6768

6869
## Contributing
6970

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

0 commit comments

Comments
 (0)