Skip to content

Commit 8ed227d

Browse files
committed
Renames kernel-1100 to ps4-1100
1 parent 4a8a16e commit 8ed227d

File tree

17 files changed

+4
-4
lines changed

17 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout source
14+
- name: Check out repository
1515
uses: actions/checkout@v4
1616
- name: Check Rust styles
1717
run: cargo fmt --check

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ okf-macros = { version = "0.1.0", path = "macros" }
1212

1313
[workspace]
1414
members = [
15-
"kernel-1100",
16-
"macros"
15+
"macros",
16+
"ps4-1100"
1717
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Orbis Kernel Framework (OKF) is a Rust crate for developing an application that
44

55
## Usage
66

7-
This crate currently not published to crates.io yet due to its API are still highly unstable. The recommended way to use it at this stage is via [Git](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories) dependency like the following:
7+
This crate currently not published to crates.io yet due to its API are highly unstable. The recommended way to use it at this stage is via [Git](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories) dependency like the following:
88

99
```toml
1010
[dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)