Skip to content

Commit 2cd85aa

Browse files
authored
Merge pull request #14 from simd-lite/release-0.6.0
Prepare release 0.6.0
2 parents 8e576c8 + 6c26141 commit 2cd85aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simd-json-derive"
3-
version = "0.4.0"
3+
version = "0.6.0"
44
authors = ["Heinz N. Gies <[email protected]>"]
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.4.0" }
17+
simd-json-derive-int = { path = "./simd-json-derive-int", version = "0.6.0" }
1818
value-trait = "0.4"
1919
itoa = "1"
2020
ryu = "1"
@@ -43,4 +43,4 @@ name = "enum1"
4343

4444
[[bench]]
4545
name = "value"
46-
harness = false
46+
harness = false

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.4.0"
3+
version = "0.6.0"
44
authors = ["Heinz N. Gies <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)