Skip to content

Commit 9df1548

Browse files
committed
0.7.0
1 parent 83f3802 commit 9df1548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "memmap"
33
# NB: When modifying, also modify html_root_url in lib.rs
4-
version = "0.6.2"
4+
version = "0.7.0"
55
authors = ["Dan Burkert <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/danburkert/memmap-rs"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! A cross-platform Rust API for memory mapped buffers.
22
3-
#![doc(html_root_url = "https://docs.rs/memmap/0.6.2")]
3+
#![doc(html_root_url = "https://docs.rs/memmap/0.7.0")]
44

55
#[cfg(windows)]
66
extern crate winapi;

0 commit comments

Comments
 (0)