Skip to content

Commit cc859ee

Browse files
Prepare release 0.6.3 (#30)
Signed-off-by: GitHub actions <noreply@github.com> Signed-off-by: GitHub actions <noreply@github.com> Co-authored-by: GitHub actions <noreply@github.com>
1 parent a734aa7 commit cc859ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.6.2"
3+
version = "0.6.3"
44
authors = ["Heinz N. Gies <heinz@licenser.net>"]
55
edition = "2021"
66
license = "Apache-2.0/MIT"
@@ -14,7 +14,7 @@ rust-version = "1.59"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
simd-json-derive-int = { path = "./simd-json-derive-int", version = "0.6.0" }
17+
simd-json-derive-int = { path = "./simd-json-derive-int", version = "0.6.3" }
1818
value-trait = "0.4"
1919
itoa = "1"
2020
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.6.2"
3+
version = "0.6.3"
44
authors = ["Heinz N. Gies <heinz@licenser.net>"]
55
edition = "2021"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)