Skip to content

Commit

Permalink
Prepare 0.2.0 (#12)
Browse files Browse the repository at this point in the history
* Prepare 0.2.0

* Add 0.2.0 to MSRV

* Add Cargo.lock!

Hooray! It's finally a recommended practice!
  • Loading branch information
parasyte committed Feb 10, 2024
1 parent 2d9c3ab commit 56cffbe
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
/Cargo.lock
25 changes: 25 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "myn"
description = "Minimalist Rust syntax parsing for procedural macros"
version = "0.1.0"
version = "0.2.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
repository = "https://github.com/parasyte/myn"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions MSRV.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
| `myn` version | `rustc` version |
|---------------|-----------------|
| (unreleased) | `1.58.0` |
| `0.2.0` | `1.58.0` |
| `0.1.0` | `1.58.0` |

## Policy
Expand Down

0 comments on commit 56cffbe

Please sign in to comment.