Skip to content

Commit c262c15

Browse files
authored
Prepare 0.2.1 (#15)
1 parent f3e0e1a commit c262c15

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "myn"
33
description = "Minimalist Rust syntax parsing for procedural macros"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
authors = ["Jay Oster <[email protected]>"]
66
repository = "https://github.com/parasyte/myn"
77
edition = "2021"

MSRV.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
| `myn` version | `rustc` version |
44
|---------------|-----------------|
55
| (unreleased) | `1.58.0` |
6+
| `0.2.1` | `1.58.0` |
67
| `0.2.0` | `1.58.0` |
78
| `0.1.0` | `1.58.0` |
89

0 commit comments

Comments
 (0)