Skip to content

Commit 15fed18

Browse files
authored
Prepare 0.1.5 (#21)
1 parent 2a9a45a commit 15fed18

File tree

4 files changed

+181
-57
lines changed

4 files changed

+181
-57
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
rust:
1414
- stable
1515
- beta
16-
- 1.62.0
16+
- 1.70.0
1717
steps:
1818
- name: Checkout sources
1919
uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
6565
rust:
6666
- stable
6767
- beta
68-
- 1.62.0
68+
- 1.70.0
6969
steps:
7070
- name: Checkout sources
7171
uses: actions/checkout@v4

Cargo.lock

Lines changed: 175 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "onlyerror"
33
description = "Obsessively tiny error derive macro"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
authors = ["Jay Oster <jay@kodewerx.org>"]
66
repository = "https://github.com/parasyte/onlyerror"
77
edition = "2021"
8-
rust-version = "1.62.0"
8+
rust-version = "1.70.0"
99
keywords = ["error", "derive", "error-handling"]
1010
categories = ["no-std", "rust-patterns"]
1111
license = "MIT"

MSRV.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
| `onlyerror` version | `rustc` version |
44
|---------------------|-----------------|
5-
| (unreleased) | `1.62.0` |
5+
| (unreleased) | `1.70.0` |
6+
| `0.1.5` | `1.70.0` |
67
| `0.1.4` | `1.62.0` |
78
| `0.1.3` | `1.62.0` |
89
| `0.1.2` | `1.62.0` |

0 commit comments

Comments
 (0)