Skip to content

Commit

Permalink
Version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed Sep 1, 2022
1 parent f2ce40c commit cbd0ef3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
parse-display = "0.5.5"
parse-display = "0.6.0"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion parse-display-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parse-display-derive"
version = "0.5.5"
version = "0.6.0"
authors = ["frozenlib"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions parse-display/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parse-display"
version = "0.5.5"
version = "0.6.0"
authors = ["frozenlib"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
Expand All @@ -12,7 +12,7 @@ description = "Procedural macro to implement Display and FromStr using common se
edition = "2021"

[dependencies]
parse-display-derive = { version = "=0.5.5", path = "../parse-display-derive" }
parse-display-derive = { version = "=0.6.0", path = "../parse-display-derive" }
once_cell = { version = "1.13.1", optional = true }
regex = { version = "1.6.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion parse-display/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! ```toml
//! [dependencies]
//! parse-display = "0.5.5"
//! parse-display = "0.6.0"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit cbd0ef3

Please sign in to comment.