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 129be1e commit 3d792aaCopy full SHA for 3d792aa
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "unix_mode"
3
-version = "0.1.4-pre"
+version = "0.1.4"
4
authors = ["Martin Pool <mbp@sourcefrog.net>"]
5
edition = "2021"
6
description = "Decode, interpret, and display Unix file mode bits (even on non-Unix platforms)"
src/lib.rs
@@ -43,7 +43,7 @@
43
//!
44
//! # Changelog
45
46
-//! ## 0.1.4-pre
+//! ## 0.1.4
47
48
//! * Optional feature `serde` allows serializing [Type], [Access], and [Accessor].
49
0 commit comments