Skip to content

Commit 5cefbe6

Browse files
committed
chore: Release fs-err version 3.0.0
1 parent 9bf99af commit 5cefbe6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Cargo.lock

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fs-err"
33
description = "A drop-in replacement for std::fs with more helpful error messages."
4-
version = "2.11.0"
4+
version = "3.0.0"
55
authors = ["Andrew Hickman <[email protected]>"]
66
edition = "2018"
77
repository = "https://github.com/andrewhickman/fs-err"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If the `tokio` feature is enabled, this crate will inherit the MSRV of the selec
7979
[serde_json]: https://crates.io/crates/serde_json
8080
*/
8181

82-
#![doc(html_root_url = "https://docs.rs/fs-err/2.11.0")]
82+
#![doc(html_root_url = "https://docs.rs/fs-err/3.0.0")]
8383
#![deny(missing_debug_implementations, missing_docs)]
8484
#![cfg_attr(docsrs, feature(doc_cfg))]
8585

0 commit comments

Comments
 (0)