File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 "
1313authors = [" fangyinc <staneyffer@gmail.com>" ]
1414edition = " 2021"
1515homepage = " https://github.com/fangyinc/lyric"
@@ -43,7 +43,7 @@ tokio-stream = { version = "0.1.16", features = ["io-util"] }
4343pyo3 = { 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 }
You can’t perform that action at this time.
0 commit comments