We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc42f0 commit 53f1c9cCopy full SHA for 53f1c9c
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "fn-error-context"
3
description = "An attribute macro to add context to errors from a function."
4
-version = "0.0.0"
+version = "0.1.0"
5
authors = ["Andrew Hickman <[email protected]>"]
6
repository = "https://github.com/andrewhickman/fn-error-context"
7
documentation = "https://docs.rs/fn-error-context"
src/lib.rs
@@ -25,7 +25,7 @@
25
//! [`anyhow`]: https://crates.io/crates/anyhow
26
//! [`failure`]: https://crates.io/crates/failure
27
28
-#![doc(html_root_url = "https://docs.rs/fn-error-context/0.0.0")]
+#![doc(html_root_url = "https://docs.rs/fn-error-context/0.1.0")]
29
#![deny(missing_docs)]
30
31
extern crate proc_macro;
0 commit comments