Skip to content

Commit e09eb0b

Browse files
committed
chore: Release
1 parent 047c2e5 commit e09eb0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simd-json-derive"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Heinz N. Gies <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0/MIT"
@@ -20,7 +20,7 @@ members = ["simd-json-derive-int"]
2020
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121

2222
[dependencies]
23-
simd-json-derive-int = { path = "./simd-json-derive-int", version = "0.17.0" }
23+
simd-json-derive-int = { path = "./simd-json-derive-int", version = "0.18.0" }
2424
value-trait = { version = "0.12.0" }
2525
itoa = "1"
2626
ryu = "1"

simd-json-derive-int/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simd-json-derive-int"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Heinz N. Gies <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)