Skip to content

Commit 3ca6e3c

Browse files
authored
Prepare 0.1.0 (#1)
1 parent 1d25d23 commit 3ca6e3c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "onlyerror"
33
description = "Obsessively tiny error derive macro"
44
version = "0.1.0"
55
authors = ["Jay Oster <[email protected]>"]
6+
repository = "https://github.com/parasyte/onlyerror"
67
edition = "2021"
78
keywords = ["error", "derive", "error-handling"]
89
categories = ["no-std", "rust-patterns"]
@@ -16,7 +17,7 @@ std = []
1617
proc-macro = true
1718

1819
[dependencies]
19-
myn = { git = "https://github.com/parasyte/myn.git", rev = "c86196dc061a2bea10363c9ed3fb7091a70e3984" }
20+
myn = "0.1"
2021

2122
[dev-dependencies]
2223
error-iter = "0.4"

MSRV.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
| `onlyerror` version | `rustc` version |
44
|---------------------|-----------------|
55
| (unreleased) | `1.62.0` |
6+
| `0.1.0` | `1.62.0` |
67

78
## Policy
89

0 commit comments

Comments
 (0)