Skip to content

Commit b9c4b49

Browse files
authored
Prepare for 0.3.1 release (#19)
1 parent f443918 commit b9c4b49

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ego"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2018"
55

66
# Metadata
@@ -17,7 +17,7 @@ categories = ["command-line-utilities"]
1717
[dependencies]
1818
users = "0.9.1"
1919
simple-error = "0.2.1"
20-
posix-acl = "0.3.0"
20+
posix-acl = "0.5.0"
2121
clap = "2.33.0"
2222
log = {version = "0.4.8", features = ["std"]}
2323
ansi_term = "0.12.1"

0 commit comments

Comments
 (0)