Skip to content

Commit 69a6570

Browse files
committed
bump versions
1 parent 51eeb88 commit 69a6570

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -13,7 +13,7 @@ description = "Fun notation - DSL to create notation files"
1313
proc-macro = true
1414

1515
[dependencies]
16-
notation_proto = { version = "0.3.0", path = "../notation_proto" }
16+
notation_proto = { version = "0.3.1", path = "../notation_proto" }
1717

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

crates/notation_tab/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation_tab"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://www.notation.fun"
@@ -11,8 +11,8 @@ description = "Fun notation - tab tools"
1111
[lib]
1212

1313
[dependencies]
14-
notation_proto = { version = "0.3.0", path = "../notation_proto" }
15-
notation_dsl = { version = "0.3.0", path = "../notation_dsl" }
14+
notation_proto = { version = "0.3.1", path = "../notation_proto" }
15+
notation_dsl = { version = "0.3.1", path = "../notation_dsl" }
1616

1717
serde = "1.0.126"
1818
ron = "0.6"

0 commit comments

Comments
 (0)