Skip to content

Commit

Permalink
bump to v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed May 28, 2023
1 parent d2ee7d9 commit 423d9b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .README.docify.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![MIT License](https://img.shields.io/github/license/sam0x17/docify)](https://github.com/sam0x17/docify/blob/main/LICENSE)

This crate provides a simple set of rust macros, namely
[`#[docify::export]`](https://docs.rs/docify/latest/docify/attr.export.html) and //!
[`#[docify::export]`](https://docs.rs/docify/latest/docify/attr.export.html) and
[`docify::embed!`](https://docs.rs/docify/latest/docify/macro.embed.html), that allow you to
dynamically embed tests and examples from elsewhere in your workspace directly within rust docs
comments, with the option to make these examples runnable.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["macros"]

[package]
name = "docify"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
authors = ["sam0x17"]
license = "MIT"
Expand All @@ -16,4 +16,4 @@ description = "Docify allows you to live-embed at compile time pieces of code fr
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
docify_macros = { path = "macros", version = "0.1.10" }
docify_macros = { path = "macros", version = "0.1.11" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![MIT License](https://img.shields.io/github/license/sam0x17/docify)](https://github.com/sam0x17/docify/blob/main/LICENSE)

This crate provides a simple set of rust macros, namely
[`#[docify::export]`](https://docs.rs/docify/latest/docify/attr.export.html) and //!
[`#[docify::export]`](https://docs.rs/docify/latest/docify/attr.export.html) and
[`docify::embed!`](https://docs.rs/docify/latest/docify/macro.embed.html), that allow you to
dynamically embed tests and examples from elsewhere in your workspace directly within rust docs
comments, with the option to make these examples runnable.
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docify_macros"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
authors = ["sam0x17"]
license = "MIT"
Expand Down

0 comments on commit 423d9b6

Please sign in to comment.