Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit dc75895

Browse files
authored
chore: unpin rkyv dependency (#237)
1 parent 98138ce commit dc75895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ codspeed-criterion-compat = { version = "4.6.0", default-features = false, optio
5454
static_assertions = "1.1.0"
5555
simd-json = "0.17.0"
5656
simd-utf16-len = "0.1.0"
57-
rkyv = { version = "=0.8.16", default-features = false, features = ["std", "bytecheck"], optional = true }
57+
rkyv = { version = "0.8.16", default-features = false, features = ["std", "bytecheck"], optional = true }
5858

5959
[dev-dependencies]
6060
twox-hash = "2.1.2"

0 commit comments

Comments
 (0)