Skip to content

Commit 3fbda7c

Browse files
committed
chore: Release 0.1.1-rc0
1 parent f458028 commit 3fbda7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default-members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.1.0-rc2"
12+
version = "0.1.1-rc0"
1313
authors = ["fangyinc <staneyffer@gmail.com>"]
1414
edition = "2021"
1515
homepage = "https://github.com/fangyinc/lyric"
@@ -43,7 +43,7 @@ tokio-stream = { version = "0.1.16", features = ["io-util"] }
4343
pyo3 = { version = "0.22.2" }
4444
#pyo3-pylogger = "0.3.0"
4545

46-
lyric = { version = "0.1.0-rc2", path = "crates/lyric", default-features = false }
47-
lyric-utils = { version = "0.1.0-rc2", path = "crates/lyric-utils", default-features = false }
48-
lyric-rpc = { version = "0.1.0-rc2", path = "crates/lyric-rpc", default-features = false }
49-
lyric-py = { version = "0.1.0-rc2", path = "bindings/lyric-py", default-features = false }
46+
lyric = { version = "0.1.1-rc0", path = "crates/lyric", default-features = false }
47+
lyric-utils = { version = "0.1.1-rc0", path = "crates/lyric-utils", default-features = false }
48+
lyric-rpc = { version = "0.1.1-rc0", path = "crates/lyric-rpc", default-features = false }
49+
lyric-py = { version = "0.1.1-rc0", path = "bindings/lyric-py", default-features = false }

0 commit comments

Comments
 (0)