Skip to content

Commit

Permalink
chore: Release fs-err version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Nov 20, 2023
1 parent 1747eca commit ba98887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <andrew.hickman1@sky.com>"]
edition = "2018"
repository = "https://github.com/andrewhickman/fs-err"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]

Expand Down

0 comments on commit ba98887

Please sign in to comment.