Skip to content

Expose float64_representable_durations feature in temporal_capi #642

@linusg

Description

@linusg

Like this:

compiled_data = ["temporal_rs/compiled_data"]

Right now I have to do this instead, which is awkward:

[dependencies.temporal_capi]
version = "..."
default-features = false
features = ["compiled_data"]

# Not actually used directly, but we need to specify it as a dependency to enable features not
# exposed via the temporal_capi crate.
[dependencies.temporal_rs]
version = "*"
default-features = false
features = ["float64_representable_durations"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions