Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
- Move to rust 2021 edition.
- Use libc for most syscall definitions.

BREAKING: Change the unsupported error kind from `io::ErrorKind::Other`
to `io::ErrorKind::Unsupported`
  • Loading branch information
Stebalien committed Nov 29, 2022
1 parent 6b67d6b commit 036cc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xattr"
edition = "2021"
version = "0.2.3"
version = "1.0.0"
authors = ["Steven Allen <steven@stebalien.com>"]
description = "unix extended filesystem attributes"

Expand Down

0 comments on commit 036cc12

Please sign in to comment.