Skip to content

Commit ab3991a

Browse files
committed
chore: Bump versions
1 parent eaf4ee2 commit ab3991a

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ server = []
3535

3636
[dependencies]
3737
xim-parser = { path = "./xim-parser", version = "0.2.0", default-features = false }
38-
xim-ctext = { path = "./xim-ctext", version = "0.3.0", default-features = false }
38+
xim-ctext = { path = "./xim-ctext", version = "0.4.0", default-features = false }
3939
log = { version = "0.4", default-features = false }
4040
ahash = { version = "0.8", default-features = false, features = [
4141
"compile-time-rng",

xim-ctext/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[package]
22
name = "xim-ctext"
33
description = "compound text en/decoder"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
authors = ["Riey <[email protected]>"]
66
repository = "https://github.com/Riey/xim-rs"
77
edition = "2018"
88
license = "MIT"
9-
rust-version = "1.61"
109

1110
[dependencies]
12-
encoding_rs = "0.8.28"
11+
encoding_rs = "0.8.35"
1312

1413
[features]
1514
default = ["std"]

xim-gen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "xim-gen"
33
description = "XIM protocol parser generator"
4-
version = "0.1.0"
4+
version = "0.1.2"
55
authors = ["Riey <[email protected]>"]
66
repository = "https://github.com/Riey/xim-rs"
77
edition = "2018"
88
license = "MIT"
99

1010
[dependencies]
11-
convert_case = "0.6"
11+
convert_case = "0.8"
1212
serde = { version = "1", features = ["derive"] }
1313
serde_yaml = "0.9"

xim-parser/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[package]
22
name = "xim-parser"
33
description = "XIM protocl parser"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["Riey <[email protected]>"]
66
repository = "https://github.com/Riey/xim-rs"
77
edition = "2018"
88
license = "MIT"
9-
rust-version = "1.61"
109

1110
[features]
1211
default = ["std"]
@@ -17,9 +16,8 @@ bootstrap = ["xim-gen"]
1716
bitflags = { version = "2.4.0", default-features = false }
1817

1918
[dev-dependencies]
20-
xim-ctext = { path = "../xim-ctext", version = "0.3.0" }
19+
xim-ctext = { path = "../xim-ctext", version = "0.4.0" }
2120
pretty_assertions = "1"
2221

2322
[build-dependencies]
2423
xim-gen = { path = "../xim-gen", optional = true, version = "0.1.0" }
25-

0 commit comments

Comments
 (0)