Skip to content

Commit

Permalink
Support mdate, mtime in hostfs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomm committed May 18, 2024
1 parent 885188f commit 083b21d
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 6 deletions.
182 changes: 178 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["agon-light-emulator-debugger"]

[workspace.package]
version = "0.9.49"
version = "0.9.50"
edition = "2021"
authors = ["Tom Morton <[email protected]>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -41,4 +41,4 @@ raw_tty = "0.1.0"

[workspace.dependencies]
#agon-cpu-emulator = { path = "../agon-cpu-emulator" }
agon-cpu-emulator = { git = "https://github.com/tomm/agon-cpu-emulator.git", rev="70f4502ae6295717571447b5d5607060808ed6eb"}
agon-cpu-emulator = { git = "https://github.com/tomm/agon-cpu-emulator.git", rev="d0c581882b09599f2033e6f552c1afc7c15f1c1e"}

0 comments on commit 083b21d

Please sign in to comment.