Skip to content

Commit

Permalink
Fix mermaid diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Mar 4, 2024
1 parent 50c74c0 commit da1c2de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.0.1

Small fix to generated mermaid diagrams in docs.

# Version 1.0.0

## Commitment to Compatibility
Expand Down
2 changes: 1 addition & 1 deletion crates/neon-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-macros"
version = "1.0.0"
version = "1.0.1"
authors = ["Dave Herman <[email protected]>"]
description = "Procedural macros supporting Neon"
repository = "https://github.com/neon-bindings/neon"
Expand Down
6 changes: 3 additions & 3 deletions crates/neon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon"
version = "1.0.0"
version = "1.0.1"
authors = ["Dave Herman <[email protected]>"]
description = "A safe abstraction layer for Node.js."
readme = "../../README.md"
Expand All @@ -27,8 +27,8 @@ libloading = "0.8.1"
semver = "1.0.20"
smallvec = "1.11.2"
once_cell = "1.18.0"
neon-macros = { version = "=1.0.0", path = "../neon-macros" }
aquamarine = { version = "0.3.2", optional = true }
neon-macros = { version = "=1.0.1", path = "../neon-macros" }
aquamarine = { version = "0.5.0", optional = true }
easy-cast = { version = "0.5.2", optional = true }
doc-comment = { version = "0.3.3", optional = true }
send_wrapper = "0.6.0"
Expand Down

0 comments on commit da1c2de

Please sign in to comment.