Skip to content

Commit e8058c8

Browse files
committed
fix cargo dependencies version
1 parent b1b6cbd commit e8058c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/notation_dsl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/notation-fun/notation"
1212
proc-macro = true
1313

1414
[dependencies]
15-
notation_proto = { path = "../notation_proto" }
15+
notation_proto = { version = "0.1.0", path = "../notation_proto" }
1616

1717
syn = { version = "1.0", features = ["full"] }
1818
quote = "1.0"

0 commit comments

Comments
 (0)