Skip to content

Commit

Permalink
build: explicitely opt-out of default features for sealed
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz authored Aug 14, 2023
1 parent 942fc44 commit f6eeefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bvh-arena = { version = "1.1.3", default-features = false, optional = true }

# Private
glam = { version = "0.24.1", default-features = false, features = ["libm"] }
sealed = "0.5.0"
sealed = { version = "0.5.0", default-features = false }
smallvec = { version = "1.11.0", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit f6eeefc

Please sign in to comment.