Skip to content

Commit

Permalink
chore(.github/workflows, README): update nightly versions
Browse files Browse the repository at this point in the history
  • Loading branch information
h3llix committed Jan 20, 2025
1 parent 9125559 commit debb490
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand All @@ -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`
Expand All @@ -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`
Expand Down
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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)
If you'd like to contribute to this project, refer to the [contributing documentation](./CONTRIBUTING.md

0 comments on commit debb490

Please sign in to comment.