Skip to content

Commit

Permalink
chore: update dependencies / version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mersinvald committed Feb 16, 2023
1 parent e058d33 commit 636675b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v0.3.0"></a>
### v0.3.0 (2023-02-16)

#### Maintenance

* update dependencies

<a name="v0.2.2"></a>
### v0.2.2 (2023-02-02)

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquamarine"
version = "0.2.2"
version = "0.3.0"
authors = ["Mike Lubinets <[email protected]>"]
description = "A mermaid.js integration for rustdoc"
keywords = ["proc_macro", "docs", "rustdoc", "mermaid", "diagram"]
Expand All @@ -17,8 +17,8 @@ proc-macro = true
quote = "1"
proc-macro2 = "1"
proc-macro-error = "1"
itertools = "0.9"
itertools = "0.10"
syn = "1"

[dev-dependencies]
pretty_assertions = "0.6"
pretty_assertions = "1"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![crates.io](https://img.shields.io/crates/d/aquamarine)](https://crates.io/crates/aquamarine)
[![docs.rs](https://docs.rs/aquamarine/badge.svg)](https://docs.rs/aquamarine)

*Compiler support: this crate requires rustc 1.31.1 or newer*
*Compiler support: this crate requires rustc 1.38.0 or newer*

Aquamarine is a procedural macro extension for [rustdoc](https://doc.rust-lang.org/rustdoc/index.html),
that aims to improve the visual component of Rust documentation through use of the [mermaid.js](https://mermaid-js.github.io/mermaid/#/) diagrams.
Expand Down Expand Up @@ -96,4 +96,4 @@ Crates that use `aquamarine` in their documentation
- [replicadse/senile](https://github.com/replicadse/senile)
- [teloxide](https://github.com/teloxide/teloxide)

[and other](https://crates.io/crates/aquamarine/reverse_dependencies)
[and other](https://crates.io/crates/aquamarine/reverse_dependencies)
4 changes: 2 additions & 2 deletions demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aquamarine-demo-crate"
version = "0.2.2"
version = "0.3.0"
authors = ["Mike Lubinets <[email protected]>"]
description = "A demo crate for aquamarine -- the mermaid.js integration for rustdoc"
keywords = ["proc_macro", "docs", "rustdoc", "mermaid", "diagram"]
Expand All @@ -9,5 +9,5 @@ edition = "2018"
license = "MIT"

[dependencies.aquamarine]
version = "0.2.2"
version = "0.3.0"
path = "../"

0 comments on commit 636675b

Please sign in to comment.