Skip to content

Commit

Permalink
bump to version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Mar 20, 2021
1 parent bd738c9 commit 6cf897c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive-syn-parse"
version = "0.1.4"
version = "0.1.5"
authors = ["sharnoff <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Derive macro for `syn::parse::Parse`"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Using this crate is as simple as adding it to your 'Cargo.toml' and importing th
# Cargo.toml

[dependencies]
derive-syn-parse = "0.1.4"
derive-syn-parse = "0.1.5"
```

```rust
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! # Cargo.toml
//!
//! [dependencies]
//! derive-syn-parse = "0.1"
//! derive-syn-parse = "0.1.5"
//! ```
//!
//! ```
Expand Down

0 comments on commit 6cf897c

Please sign in to comment.