Skip to content

Commit

Permalink
Prepare 0.1.5 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte authored Dec 14, 2024
1 parent 2a9a45a commit 15fed18
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 57 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
rust:
- stable
- beta
- 1.62.0
- 1.70.0
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
rust:
- stable
- beta
- 1.62.0
- 1.70.0
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down
227 changes: 175 additions & 52 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "onlyerror"
description = "Obsessively tiny error derive macro"
version = "0.1.4"
version = "0.1.5"
authors = ["Jay Oster <[email protected]>"]
repository = "https://github.com/parasyte/onlyerror"
edition = "2021"
rust-version = "1.62.0"
rust-version = "1.70.0"
keywords = ["error", "derive", "error-handling"]
categories = ["no-std", "rust-patterns"]
license = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion MSRV.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

| `onlyerror` version | `rustc` version |
|---------------------|-----------------|
| (unreleased) | `1.62.0` |
| (unreleased) | `1.70.0` |
| `0.1.5` | `1.70.0` |
| `0.1.4` | `1.62.0` |
| `0.1.3` | `1.62.0` |
| `0.1.2` | `1.62.0` |
Expand Down

0 comments on commit 15fed18

Please sign in to comment.