File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["macros"]
3
3
4
4
[package ]
5
5
name = " docify"
6
- version = " 0.2.4 "
6
+ version = " 0.2.5 "
7
7
edition = " 2021"
8
8
authors = [" sam0x17" ]
9
9
license = " MIT"
@@ -14,7 +14,7 @@ repository = "https://github.com/sam0x17/docify"
14
14
description = " Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples."
15
15
16
16
[dependencies ]
17
- docify_macros = { path = " macros" , version = " 0.2.4 " }
17
+ docify_macros = { path = " macros" , version = " 0.2.5 " }
18
18
19
19
[dev-dependencies ]
20
20
proc-utils = " 0.1.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " docify_macros"
3
- version = " 0.2.4 "
3
+ version = " 0.2.5 "
4
4
edition = " 2021"
5
5
authors = [" sam0x17" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments