Skip to content

Commit 8f036f0

Browse files
committed
bump version
1 parent 4456257 commit 8f036f0

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/notation_dsl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_dsl"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -12,7 +12,7 @@ description = "Fun notation - DSL to create notation files"
1212
[lib]
1313

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

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

0 commit comments

Comments
 (0)