Skip to content

Commit 56cffbe

Browse files
authored
Prepare 0.2.0 (#12)
* Prepare 0.2.0 * Add 0.2.0 to MSRV * Add Cargo.lock! Hooray! It's finally a recommended practice!
1 parent 2d9c3ab commit 56cffbe

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
/Cargo.lock

Cargo.lock

Lines changed: 25 additions & 0 deletions
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.1.0"
4+
version = "0.2.0"
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.0` | `1.58.0` |
67
| `0.1.0` | `1.58.0` |
78

89
## Policy

0 commit comments

Comments
 (0)