Skip to content

Commit ba98887

Browse files
committed
chore: Release fs-err version 2.11.0
1 parent 1747eca commit ba98887

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.10.0"
4+
version = "2.11.0"
55
authors = ["Andrew Hickman <[email protected]>"]
66
edition = "2018"
77
repository = "https://github.com/andrewhickman/fs-err"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ println!("Program config: {:?}", decoded);
6666
[serde_json]: https://crates.io/crates/serde_json
6767
*/
6868

69-
#![doc(html_root_url = "https://docs.rs/fs-err/2.10.0")]
69+
#![doc(html_root_url = "https://docs.rs/fs-err/2.11.0")]
7070
#![deny(missing_debug_implementations, missing_docs)]
7171
#![cfg_attr(docsrs, feature(doc_cfg))]
7272

0 commit comments

Comments
 (0)