Skip to content

Commit bebaa7e

Browse files
committed
chore(Cargo.toml): update ast-doc and ast-doc-core version to 0.1.3
1 parent fa52f22 commit bebaa7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.1.2"
2+
version = "0.1.3"
33
edition = "2024"
44
license = "Apache-2.0"
55
repository = "https://github.com/longcipher/ast-doc"
@@ -15,8 +15,8 @@ resolver = "3"
1515

1616
[workspace.dependencies]
1717
# local crates
18-
ast-doc = { path = "bin/ast-doc", version = "0.1.2" }
19-
ast-doc-core = { path = "crates/ast-doc-core", version = "0.1.2" }
18+
ast-doc = { path = "bin/ast-doc", version = "0.1.3" }
19+
ast-doc-core = { path = "crates/ast-doc-core", version = "0.1.3" }
2020

2121
# external crates
2222
clap = "4.6.0"

0 commit comments

Comments
 (0)