Skip to content

Commit 3d792aa

Browse files
committed
Release 0.1.4'
1 parent 129be1e commit 3d792aa

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,6 +1,6 @@
11
[package]
22
name = "unix_mode"
3-
version = "0.1.4-pre"
3+
version = "0.1.4"
44
authors = ["Martin Pool <[email protected]>"]
55
edition = "2021"
66
description = "Decode, interpret, and display Unix file mode bits (even on non-Unix platforms)"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
//!
4444
//! # Changelog
4545
//!
46-
//! ## 0.1.4-pre
46+
//! ## 0.1.4
4747
//!
4848
//! * Optional feature `serde` allows serializing [Type], [Access], and [Accessor].
4949
//!

0 commit comments

Comments
 (0)