From debb4904af06b6507db9a523c1cf92d636163893 Mon Sep 17 00:00:00 2001 From: Gaurav Genani Date: Tue, 17 May 2022 10:40:40 +0530 Subject: [PATCH] chore(.github/workflows, README): update nightly versions --- .github/workflows/kernel.yaml | 8 ++++---- README.md | 20 +++++++------------- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/.github/workflows/kernel.yaml b/.github/workflows/kernel.yaml index d35fc5e..e9f680d 100644 --- a/.github/workflows/kernel.yaml +++ b/.github/workflows/kernel.yaml @@ -22,7 +22,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2020-12-07 + toolchain: nightly-2021-12-07 - name: Install `rust-src` Rustup Component run: rustup component add rust-src - name: Run `cargo build` @@ -38,7 +38,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2020-12-07 + toolchain: nightly-2021-12-07 - name: Checkout Repository uses: actions/checkout@v2 - name: Install Rustup Components @@ -64,7 +64,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2020-12-07 + toolchain: nightly-2021-12-07 components: rustfmt override: true - name: Run `cargo fmt` @@ -83,7 +83,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2020-12-07 + toolchain: nightly-2021-12-07 components: clippy, rust-src override: true - name: Run `cargo clippy` diff --git a/README.md b/README.md index 6daa8ca..dfd96fd 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,11 @@ Rustic OS is our attempt at developing a modular kernel written completely in Ru ## Contents -* [Dependencies](#dependencies) -* [Development](#development) -* [Contributing](#contributing) -* [Contact](#contact) +- [Rustic OS](#rustic-os) + - [Contents](#contents) + - [Dependencies](#dependencies) + - [Development](#development) + - [Contributing](#contributing) ## Dependencies @@ -45,7 +46,7 @@ Open your favourite terminal and perform the following tasks:- Do check out the code at https://github.com/sdslabs/rusticos ``` -1. Run `make install` to install the necessary toolchain dependencies and change Rust version to nightly-2020-12-07. +1. Run `make install` to install the necessary toolchain dependencies and change Rust version to nightly-2021-12-07. > This is necessary to enable some of the dependency crates @@ -67,11 +68,4 @@ Open your favourite terminal and perform the following tasks:- ## Contributing -If you'd like to contribute to this project, refer to the [contributing documentation](./CONTRIBUTING.md). - -## Contact - -If you have a query regarding the product or just want to say hello then feel free to visit -[chat.sdslabs.co](http://chat.sdslabs.co/) or drop a mail at [contact@sdslabs.co.in](mailto:contact@sdslabs.co.in) - -Created with :heart: by [SDSLabs](https://github.com/sdslabs) \ No newline at end of file +If you'd like to contribute to this project, refer to the [contributing documentation](./CONTRIBUTING.md \ No newline at end of file