Skip to content

Commit 16cd61b

Browse files
committed
v0.1.2
separate dev-dependencies
1 parent 2369943 commit 16cd61b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sofiza"
33
description = "SFZ format parser"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2018"
66
authors = ["José Luis Cruz <joseluis@andamira.net>"]
77
repository = "https://github.com/andamira/sofiza"
@@ -29,4 +29,7 @@ phf = { version = "0.8", features = ["macros"] }
2929
never = "0.1.0"
3030

3131
thiserror = "1.0"
32+
33+
34+
[dev-dependencies]
3235
anyhow = "1.0"

0 commit comments

Comments
 (0)