Skip to content

Commit 53f1c9c

Browse files
committed
Version 0.1.0
1 parent acc42f0 commit 53f1c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fn-error-context"
33
description = "An attribute macro to add context to errors from a function."
4-
version = "0.0.0"
4+
version = "0.1.0"
55
authors = ["Andrew Hickman <[email protected]>"]
66
repository = "https://github.com/andrewhickman/fn-error-context"
77
documentation = "https://docs.rs/fn-error-context"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//! [`anyhow`]: https://crates.io/crates/anyhow
2626
//! [`failure`]: https://crates.io/crates/failure
2727
28-
#![doc(html_root_url = "https://docs.rs/fn-error-context/0.0.0")]
28+
#![doc(html_root_url = "https://docs.rs/fn-error-context/0.1.0")]
2929
#![deny(missing_docs)]
3030

3131
extern crate proc_macro;

0 commit comments

Comments
 (0)