Skip to content

Commit

Permalink
Merge pull request #31 from rakaly/memmap2
Browse files Browse the repository at this point in the history
Update memmap dependency to support memmap2
  • Loading branch information
nickbabcock authored Nov 10, 2024
2 parents 6a1e6bd + a5244fc commit 13c877b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 29 deletions.
31 changes: 4 additions & 27 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ck3save = { git = "https://github.com/rakaly/ck3save.git", default-features = fa
hoi4save = { git = "https://github.com/rakaly/hoi4save.git" }
vic3save = { git = "https://github.com/pdx-tools/pdx-tools", features = ["libdeflate"] }
argh = "0.1"
memmap = "0.7"
memmap2 = "0.9.5"
anyhow = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/melt.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anyhow::{anyhow, bail, Context};
use argh::FromArgs;
use ck3save::FailedResolveStrategy;
use memmap::MmapOptions;
use memmap2::MmapOptions;
use std::{
collections::HashSet,
ffi::OsString,
Expand Down

0 comments on commit 13c877b

Please sign in to comment.