Skip to content

Commit

Permalink
Updated hard disk firmware implementation to optimize execute and get…
Browse files Browse the repository at this point in the history
… status
  • Loading branch information
univta0001 committed Jun 30, 2024
1 parent 8165423 commit dd12189
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 194 deletions.
4 changes: 2 additions & 2 deletions emulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitflags = "2.5.0"
bitflags = "2.6.0"
flate2 = { version = "1.0.30", optional = true }
web-time = { version = "1.1.0", optional = true }
serde = { version = "1.0.203", features = ["derive"], optional = true }
Expand All @@ -19,7 +19,7 @@ educe = { version = "0.6.0", default-features = false, features = ["Debug"], opt
regex = "1.10.5"
criterion = { version = "0.5.1", features = ['html_reports'] }
crossbeam-utils = "0.8.20"
serde_json = "1.0.117"
serde_json = "1.0.118"
crossbeam-epoch = "0.9.18"
ryu = "1.0.18"
autocfg = "1.3.0"
Expand Down
Loading

0 comments on commit dd12189

Please sign in to comment.