File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.24.0...3.31.6 )
22project (libchewing LANGUAGES C )
33
4- set (CMAKE_PROJECT_VERSION 0.11.0-alpha.6 )
4+ set (CMAKE_PROJECT_VERSION 0.11.0-alpha.7 )
55
66find_package (Git )
77if (Git_FOUND)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "chewing"
33description = " The Chewing (酷音) intelligent Zhuyin input method."
44documentation = " https://docs.rs/chewing"
55license = " LGPL-2.1-or-later"
6- version = " 0.11.0-alpha.6 "
6+ version = " 0.11.0-alpha.7 "
77rust-version = " 1.88.0"
88edition = " 2024"
99
Original file line number Diff line number Diff line change 22name = " chewing_capi"
33description = " The Chewing (酷音) intelligent Zhuyin input method."
44license = " LGPL-2.1-or-later"
5- version = " 0.11.0-alpha.6 "
5+ version = " 0.11.0-alpha.7 "
66rust-version = " 1.88"
77edition = " 2024"
88
99[lib ]
1010crate-type = [" rlib" , " staticlib" ]
1111
1212[dependencies ]
13- chewing = { version = " 0.11.0-alpha.6 " , path = " .." }
13+ chewing = { version = " 0.11.0-alpha.7 " , path = " .." }
1414tracing = { workspace = true }
1515tracing-subscriber = { workspace = true }
1616
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pub const CHEWING_VERSION_PATCH: c_int = 0;
66
77#[ unsafe( no_mangle) ]
88pub extern "C" fn chewing_version ( ) -> * const c_char {
9- c"0.11.0-alpha.6 " . as_ptr ( )
9+ c"0.11.0-alpha.7 " . as_ptr ( )
1010}
1111
1212#[ unsafe( no_mangle) ]
@@ -26,5 +26,5 @@ pub extern "C" fn chewing_version_patch() -> c_int {
2626
2727#[ unsafe( no_mangle) ]
2828pub extern "C" fn chewing_version_extra ( ) -> * const c_char {
29- c"alpha.6 " . as_ptr ( )
29+ c"alpha.7 " . as_ptr ( )
3030}
Original file line number Diff line number Diff line change 11.ie \n( .g .ds Aq \(aq
22.el .ds Aq '
3- .TH chewing-cli 1 "chewing-cli 0.11.0-alpha.6 "
3+ .TH chewing-cli 1 "chewing-cli 0.11.0-alpha.7 "
44.SH NAME
55chewing\- cli \- Tools of the Chewing (酷音) intelligent Zhuyin input method.
66.SH SYNOPSIS
@@ -25,4 +25,4 @@ Display information about the dictionary
2525chewing\- cli\- dump(1)
2626Dump the dictionary entries into tsi.src formatted stream
2727.SH VERSION
28- v0.11.0\- alpha.6
28+ v0.11.0\- alpha.7
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[dependencies ]
9- chewing = { version = " 0.11.0-alpha.6 " , path = " .." }
10- chewing_capi = { version = " 0.11.0-alpha.6 " , path = " ../capi" }
9+ chewing = { version = " 0.11.0-alpha.7 " , path = " .." }
10+ chewing_capi = { version = " 0.11.0-alpha.7 " , path = " ../capi" }
1111tracing = { workspace = true }
1212tracing-subscriber = { workspace = true }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77crate-type = [" cdylib" ]
88
99[dependencies ]
10- chewing = { version = " 0.11.0-alpha.6 " , path = " ../.." }
10+ chewing = { version = " 0.11.0-alpha.7 " , path = " ../.." }
1111
1212[features ]
1313sqlite = [" chewing/sqlite" ]
Original file line number Diff line number Diff line change 22name = " chewing-cli"
33description = " Tools of the Chewing (酷音) intelligent Zhuyin input method."
44license = " LGPL-2.1-or-later"
5- version = " 0.11.0-alpha.6 "
5+ version = " 0.11.0-alpha.7 "
66edition = " 2024"
77
88[dependencies ]
99anyhow = " 1.0.0"
10- chewing = { version = " 0.11.0-alpha.6 " , path = " .." }
10+ chewing = { version = " 0.11.0-alpha.7 " , path = " .." }
1111clap = { version = " 4.4.18" , features = [" derive" ] }
1212
1313[dependencies .clap_mangen ]
You can’t perform that action at this time.
0 commit comments