Skip to content

Commit

Permalink
Update D88FileIO
Browse files Browse the repository at this point in the history
  • Loading branch information
ORYZAPAO committed Feb 20, 2022
1 parent 63e507f commit eeab0b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/D88FileIO/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "D88FileIO"
version = "0.0.2"
version = "0.0.3"
authors = ["ORYZAPAO <oryzapao@gmail.com>"]
edition = "2018"
repository = "https://github.com/ORYZAPAO/d88dmp"
Expand Down
2 changes: 1 addition & 1 deletion d88dmp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ libc = "0.2"
clap = "3.0.13"
ansi_term = "0.12.1"

D88FileIO = { version="0.0.2", path="../crates/D88FileIO" }
D88FileIO = { version="0.0.3", path="../crates/D88FileIO" }

0 comments on commit eeab0b4

Please sign in to comment.