From a1f6dacbd40b2b1ba72db3c6102ec19fb9ff508d Mon Sep 17 00:00:00 2001 From: sharnoff Date: Sat, 30 Mar 2024 07:50:08 -0700 Subject: [PATCH] Update docs to 0.2.0 --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index babab47..a071d11 100644 --- a/README.md +++ b/README.md @@ -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.5" +derive-syn-parse = "0.2.0" ``` ```rust diff --git a/src/lib.rs b/src/lib.rs index 1202d6a..41c1933 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ //! # Cargo.toml //! //! [dependencies] -//! derive-syn-parse = "0.1.5" +//! derive-syn-parse = "0.2.0" //! ``` //! //! ```