We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b6cbd commit e8058c8Copy full SHA for e8058c8
crates/notation_dsl/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/notation-fun/notation"
12
proc-macro = true
13
14
[dependencies]
15
-notation_proto = { path = "../notation_proto" }
+notation_proto = { version = "0.1.0", path = "../notation_proto" }
16
17
syn = { version = "1.0", features = ["full"] }
18
quote = "1.0"
0 commit comments