Skip to content

Commit

Permalink
Removed the "std" feature as a dependency of the "derive" feature.
Browse files Browse the repository at this point in the history
As pointed out by @the10thWiz, this dependency was not necessary and removing it adds flexibility.

Co-authored-by: Matthew Pomes <matthew.pomes@pm.me>
  • Loading branch information
JRRudy1 and the10thWiz authored Dec 13, 2024
1 parent 3e1c348 commit 874c921
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 @@ -47,7 +47,7 @@ std = ["alloc"]
alloc = []

# Provides a `derive` macro for implementing the `Transient` trait
derive = ["std", "transient-derive"]
derive = ["transient-derive"]

# Provides `Transient` implementations for `ndarray` types
ndarray = ["dep:ndarray"]
Expand Down

0 comments on commit 874c921

Please sign in to comment.