Skip to content

Commit

Permalink
fix: use static
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jul 14, 2023
1 parent 82ca5b0 commit ca4f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fluvio-smartmodule/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl SmartModuleExtraParams {
#[derive(Debug, Default, Clone, Encoder, Decoder, PartialEq, Eq)]
pub struct Lookback {
pub last: u64,
#[fluvio(min_version = SMARTMODULE_LOOKBACK_WITH_AGE_AND_BASE_TIMESTAMP)]
#[fluvio(min_version = 21)]
pub age: Option<Duration>,
}

Expand Down

0 comments on commit ca4f5a8

Please sign in to comment.