diff --git a/Cargo.lock b/Cargo.lock index da06f78..f7213ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.20.0" @@ -50,7 +52,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "fs-err" -version = "2.11.0" +version = "3.0.0" dependencies = [ "autocfg", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 434516f..18ab90e 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.11.0" +version = "3.0.0" authors = ["Andrew Hickman "] edition = "2018" repository = "https://github.com/andrewhickman/fs-err" diff --git a/src/lib.rs b/src/lib.rs index b6f9b7b..4eb4c98 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -79,7 +79,7 @@ If the `tokio` feature is enabled, this crate will inherit the MSRV of the selec [serde_json]: https://crates.io/crates/serde_json */ -#![doc(html_root_url = "https://docs.rs/fs-err/2.11.0")] +#![doc(html_root_url = "https://docs.rs/fs-err/3.0.0")] #![deny(missing_debug_implementations, missing_docs)] #![cfg_attr(docsrs, feature(doc_cfg))]