From ba9888793c517a82499c8df1ad013529d8578777 Mon Sep 17 00:00:00 2001 From: Andrew Hickman Date: Mon, 20 Nov 2023 18:28:19 +0000 Subject: [PATCH] chore: Release fs-err version 2.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 253df1f..cac5e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "fs-err" -version = "2.10.0" +version = "2.11.0" dependencies = [ "autocfg", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index adc9dfd..6c999e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fs-err" description = "A drop-in replacement for std::fs with more helpful error messages." -version = "2.10.0" +version = "2.11.0" authors = ["Andrew Hickman "] edition = "2018" repository = "https://github.com/andrewhickman/fs-err" diff --git a/src/lib.rs b/src/lib.rs index 9d3ea0c..19b8c8d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -66,7 +66,7 @@ println!("Program config: {:?}", decoded); [serde_json]: https://crates.io/crates/serde_json */ -#![doc(html_root_url = "https://docs.rs/fs-err/2.10.0")] +#![doc(html_root_url = "https://docs.rs/fs-err/2.11.0")] #![deny(missing_debug_implementations, missing_docs)] #![cfg_attr(docsrs, feature(doc_cfg))]