-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(.github/workflows, README): update nightly versions
- Loading branch information
Showing
2 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
|
||
## 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 [[email protected]](mailto:[email protected]) | ||
Created with :heart: by [SDSLabs](https://github.com/sdslabs) | ||
If you'd like to contribute to this project, refer to the [contributing documentation](./CONTRIBUTING.md |