Skip to content

Commit b75c2c2

Browse files
committed
Tidy up, v0.7.6
1 parent 0a87da2 commit b75c2c2

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[package]
22
name = "kernel"
33
description = ""
4-
version = "0.7.5"
4+
version = "0.7.6"
55
edition = "2021"
66
authors = ["krusty <krusty@vxn.dev>"]
77

8-
[build-dependencies]
9-
nasm = "0.0.1"
10-
118
[dependencies]
129
#compiler_builtins = { version = "0.1", features = ["mem"] }
1310
x86_64 = { version = "0.15.2", default-features = false, features = ["instructions", "abi_x86_interrupt"] }

src/input/cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::vga::write::newline;
1212
use crate::input::keyboard;
1313
use crate::tui::{widget::{Container, Window, Label}, app::TuiApp};
1414

15-
const KERNEL_VERSION: &[u8] = b"0.7.5";
15+
const KERNEL_VERSION: &[u8] = b"0.7.6";
1616

1717
struct Command {
1818
name: &'static [u8],

0 commit comments

Comments
 (0)