Skip to content

Commit 6464484

Browse files
authored
Merge pull request #26 from TravisWheelerLab/dev
fixed libnail dependency version mismatch
2 parents dc6f164 + 6a25a16 commit 6464484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jemalloc = ["jemallocator"]
2020
[dependencies]
2121
jemallocator = { version = "0.3", optional = true }
2222
clap = { version = "4.5.23", features = ["derive", "wrap_help"] }
23-
libnail = { path = "../libnail", version = "0.4.0" }
23+
libnail = { path = "../libnail", version = "0.5.0" }
2424
anyhow = "1.0.66"
2525
thiserror = "1.0.37"
2626
rayon = "1.7.0"

0 commit comments

Comments
 (0)