Skip to content

Commit

Permalink
bumpup rkyv version
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Jan 19, 2025
1 parent fc959c4 commit 74d0ff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ pin-project = "1"
scopeguard = "1"
serde = { version = "1", features = ["derive", "rc"] }
humantime-serde = "1"
rkyv = { version = "0.8", features = ["smol_str-0_3", "bytes-1"] }
smallvec = "1"
smallvec-wrapper = { version = "0.2", features = ["const_new", "either"] }
smol_str = "0.3"
Expand Down
8 changes: 1 addition & 7 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,7 @@ tracing.workspace = true
viewit.workspace = true

base64 = { version = "0.22", optional = true }

# rkyv feature
rkyv = { version = "0.7", features = [
"validation",
"bytes",
"smol_str",
], optional = true }
rkyv = { workspace = true, optional = true }

# serde feature
serde = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metrics = { workspace = true, optional = true }
serde = { workspace = true, optional = true }
base64 = { version = "0.22", optional = true }

rkyv = { version = "0.8", optional = true, features = ["smol_str-0_3", "bytes-1"] }
rkyv = { workspace = true, optional = true }

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 74d0ff5

Please sign in to comment.