Skip to content

Commit 713ece7

Browse files
committed
Use published ROMFS crates.
1 parent 0fb56c1 commit 713ece7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
- name: Install ROMFS tools
4040
run: |
41-
cargo install --git https://github.com/neotron-compute/neotron-romfs.git neotron-romfs-lsfs
42-
cargo install --git https://github.com/neotron-compute/neotron-romfs.git neotron-romfs-mkfs
41+
cargo install neotron-romfs-lsfs
42+
cargo install neotron-romfs-mkfs
4343
4444
- name: Build
4545
run: |

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

neotron-os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ menu = "0.3"
3838
neotron-api = "0.2"
3939
neotron-common-bios = "0.12.0"
4040
neotron-loader = "0.1"
41-
neotron-romfs = { git = "https://github.com/neotron-compute/neotron-romfs.git" }
41+
neotron-romfs = "1.0"
4242
pc-keyboard = "0.7"
4343
postcard = "1.0"
4444
r0 = "1.0"

0 commit comments

Comments
 (0)