Skip to content

Commit

Permalink
chore: Release fs-err version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Oct 23, 2024
1 parent 9bf99af commit 5cefbe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 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.11.0"
version = "3.0.0"
authors = ["Andrew Hickman <[email protected]>"]
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 @@ -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))]

Expand Down

0 comments on commit 5cefbe6

Please sign in to comment.