Skip to content

Commit 62640b6

Browse files
committed
chore: Release fs-err version 3.2.2
1 parent 578bdb6 commit 62640b6

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 = "3.2.1"
4+
version = "3.2.2"
55
authors = ["Andrew Hickman <andrew.hickman1@sky.com>"]
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
@@ -105,7 +105,7 @@ If the `tokio` feature is enabled, this crate will inherit the MSRV of the selec
105105
[serde_json]: https://crates.io/crates/serde_json
106106
*/
107107

108-
#![doc(html_root_url = "https://docs.rs/fs-err/3.2.1")]
108+
#![doc(html_root_url = "https://docs.rs/fs-err/3.2.2")]
109109
#![deny(missing_debug_implementations, missing_docs)]
110110
#![cfg_attr(docsrs, feature(doc_cfg))]
111111

0 commit comments

Comments
 (0)