Skip to content

Commit

Permalink
Update docs to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Mar 30, 2024
1 parent 5a81d4b commit a1f6dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5"
derive-syn-parse = "0.2.0"
```

```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.5"
//! derive-syn-parse = "0.2.0"
//! ```
//!
//! ```
Expand Down

0 comments on commit a1f6dac

Please sign in to comment.