-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update dependencies * mark release 0.6.2 * update docs a bit * re-add unreleased
- Loading branch information
Showing
4 changed files
with
43 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "vmap" | ||
version = "0.6.1" | ||
version = "0.6.2" | ||
authors = ["Jeremy Larkin <[email protected]>"] | ||
license = "MIT" | ||
repository = "https://github.com/kalamay/vmap-rs" | ||
documentation = "https://docs.rs/vmap" | ||
description = "Cross-platform library for fast and safe memory-mapped IO" | ||
description = "Cross-platform library for fast and safe memory-mapped IO and boundary-free ring buffer." | ||
keywords = ["mmap", "io", "file", "circular-buffer", "ring-buffer"] | ||
edition = "2021" | ||
|
||
|
@@ -16,7 +16,7 @@ io = [] | |
os = [] | ||
|
||
[dependencies] | ||
system_error = "0.1" | ||
system_error = "0.2" | ||
|
||
[target.'cfg(unix)'.dependencies] | ||
libc = "0.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters