Skip to content

Commit e003e6f

Browse files
committed
bump to v0.2.5
1 parent 287ce34 commit e003e6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["macros"]
33

44
[package]
55
name = "docify"
6-
version = "0.2.4"
6+
version = "0.2.5"
77
edition = "2021"
88
authors = ["sam0x17"]
99
license = "MIT"
@@ -14,7 +14,7 @@ repository = "https://github.com/sam0x17/docify"
1414
description = "Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples."
1515

1616
[dependencies]
17-
docify_macros = { path = "macros", version = "0.2.4" }
17+
docify_macros = { path = "macros", version = "0.2.5" }
1818

1919
[dev-dependencies]
2020
proc-utils = "0.1.0"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "docify_macros"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55
authors = ["sam0x17"]
66
license = "MIT"

0 commit comments

Comments
 (0)