Skip to content

Commit

Permalink
Prepare 0.1.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte authored Apr 10, 2023
1 parent 1d25d23 commit 3ca6e3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "onlyerror"
description = "Obsessively tiny error derive macro"
version = "0.1.0"
authors = ["Jay Oster <[email protected]>"]
repository = "https://github.com/parasyte/onlyerror"
edition = "2021"
keywords = ["error", "derive", "error-handling"]
categories = ["no-std", "rust-patterns"]
Expand All @@ -16,7 +17,7 @@ std = []
proc-macro = true

[dependencies]
myn = { git = "https://github.com/parasyte/myn.git", rev = "c86196dc061a2bea10363c9ed3fb7091a70e3984" }
myn = "0.1"

[dev-dependencies]
error-iter = "0.4"
1 change: 1 addition & 0 deletions MSRV.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
| `onlyerror` version | `rustc` version |
|---------------------|-----------------|
| (unreleased) | `1.62.0` |
| `0.1.0` | `1.62.0` |

## Policy

Expand Down

0 comments on commit 3ca6e3c

Please sign in to comment.