Skip to content

Commit

Permalink
chore: Release 0.1.1-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Oct 5, 2024
1 parent f458028 commit 3fbda7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-members = [
]

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

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

0 comments on commit 3fbda7c

Please sign in to comment.