Skip to content

Commit

Permalink
Fix smol_str-impl feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo authored Sep 7, 2024
1 parent 7577aca commit 61a6d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ indexmap-impl = ["indexmap"]
ordered-float-impl = ["ordered-float"]
heapless-impl = ["heapless"]
semver-impl = ["semver"]
smolstr-impl = ["smol_str"]
smol_str-impl = ["smol_str"]
serde-json-impl = ["serde_json"]
no-serde-warnings = ["ts-rs-macros/no-serde-warnings"]
import-esm = []
Expand Down

0 comments on commit 61a6d6a

Please sign in to comment.