Skip to content

Commit

Permalink
Make 'gen-ts' feature depend on 'gen'
Browse files Browse the repository at this point in the history
  • Loading branch information
krant authored and lukipuki committed Feb 1, 2025
1 parent da08f30 commit e4a0b6d
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 @@ -19,7 +19,7 @@ default = ["serde"]
gen = ["dep:prost-build", "dep:protoc-bin-vendored", "dep:walkdir"]

serde = ["dep:serde", "dep:serde_json"]
ts-gen = ["serde", "dep:specta"]
ts-gen = ["gen", "serde", "dep:specta"]
bluetooth-le = ["dep:uuid","dep:btleplug"]

[[example]]
Expand Down

0 comments on commit e4a0b6d

Please sign in to comment.