Skip to content

Commit

Permalink
chore: child feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Crauzer committed Nov 9, 2024
1 parent 02eb209 commit 9c1fc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/league-toolkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default = ["zstd"]
zstd = ["dep:zstd"]
ruzstd = ["dep:ruzstd"]

serde = ["dep:serde", "glam/serde"]
serde = ["dep:serde", "glam/serde", "league-primitives/serde"]
rust_backends = [
"flate2/rust_backend",
"ruzstd",
Expand All @@ -26,7 +26,7 @@ memchr = "2.7.2"
num_enum = "0.7.2"
thiserror = "1.0.60"
io-ext = { path = "../io-ext" }
league-primitives = { path = "../league-primitives", features = ["serde"] }
league-primitives = { path = "../league-primitives" }
zstd = { version = "0.13", default-features = false, optional = true }
ruzstd = { version = "0.7", optional = true }

Expand Down

0 comments on commit 9c1fc5d

Please sign in to comment.