@@ -10,7 +10,7 @@ default-members = [
1010]
1111
1212[workspace .package ]
13- version = " 0.1.5 "
13+ version = " 0.1.6 "
1414authors = [" fangyinc <staneyffer@gmail.com>" ]
1515edition = " 2021"
1616homepage = " https://github.com/fangyinc/lyric"
@@ -62,8 +62,8 @@ hyper = "1.4"
6262once_cell = " 1.19"
6363wrpc-interface-http = { version = " 0.31" , default-features = false }
6464
65- lyric = { version = " 0.1.5 " , path = " crates/lyric" , default-features = false }
66- lyric-utils = { version = " 0.1.5 " , path = " crates/lyric-utils" , default-features = false }
67- lyric-rpc = { version = " 0.1.5 " , path = " crates/lyric-rpc" , default-features = false }
68- lyric-wasm-runtime = { version = " 0.1.5 " , path = " crates/lyric-wasm-runtime" , default-features = false }
69- lyric-py = { version = " 0.1.5 " , path = " bindings/python/lyric-py" , default-features = false }
65+ lyric = { version = " 0.1.6 " , path = " crates/lyric" , default-features = false }
66+ lyric-utils = { version = " 0.1.6 " , path = " crates/lyric-utils" , default-features = false }
67+ lyric-rpc = { version = " 0.1.6 " , path = " crates/lyric-rpc" , default-features = false }
68+ lyric-wasm-runtime = { version = " 0.1.6 " , path = " crates/lyric-wasm-runtime" , default-features = false }
69+ lyric-py = { version = " 0.1.6 " , path = " bindings/python/lyric-py" , default-features = false }
0 commit comments