From 036cc12f99f38e601e3e603d8e2544d0aeca4868 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 28 Nov 2022 20:12:07 -0800 Subject: [PATCH] chore: release 1.0.0 - 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` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 507193a2..b3324c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xattr" edition = "2021" -version = "0.2.3" +version = "1.0.0" authors = ["Steven Allen "] description = "unix extended filesystem attributes"