We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707a616 commit 76027dbCopy full SHA for 76027db
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "posix-acl"
3
-version = "0.2.0"
+version = "0.3.0"
4
edition = "2018"
5
6
# Metadata
README.md
@@ -17,6 +17,8 @@ Read [Documentation on Docs.rs](https://docs.rs/posix-acl/) for more details.
17
18
Release history
19
---------------
20
+##### 0.3.0 (2020-02-20)
21
+* Update 'acl-sys' and 'libc' dependencies (#14)
22
23
##### 0.2.0 (2020-02-08)
24
* Add equality trait for PosixACL (#7)
0 commit comments