We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f3802 commit 9df1548Copy full SHA for 9df1548
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "memmap"
3
# NB: When modifying, also modify html_root_url in lib.rs
4
-version = "0.6.2"
+version = "0.7.0"
5
authors = ["Dan Burkert <[email protected]>"]
6
license = "MIT/Apache-2.0"
7
repository = "https://github.com/danburkert/memmap-rs"
src/lib.rs
@@ -1,6 +1,6 @@
//! A cross-platform Rust API for memory mapped buffers.
-#![doc(html_root_url = "https://docs.rs/memmap/0.6.2")]
+#![doc(html_root_url = "https://docs.rs/memmap/0.7.0")]
#[cfg(windows)]
extern crate winapi;
0 commit comments