Skip to content

Commit

Permalink
Impl Clone for WatchResponse. (#3882)
Browse files Browse the repository at this point in the history
* Impl Clone for WatchResponse.

* Bump version.
  • Loading branch information
Shylock-Hg authored Feb 29, 2024
1 parent 0a1e86b commit 7396e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/fluvio-sc-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluvio-sc-schema"
version = "0.21.1"
version = "0.21.2"
edition = "2021"
authors = ["Fluvio Contributors <[email protected]>"]
description = "Fluvio API for SC"
Expand Down
2 changes: 1 addition & 1 deletion crates/fluvio-sc-schema/src/objects/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ where
}
}

#[derive(Debug, Default, Encoder, Decoder)]
#[derive(Debug, Default, Encoder, Decoder, Clone)]
pub struct WatchResponse<S: AdminSpec>
where
S::Status: Encoder + Decoder,
Expand Down

0 comments on commit 7396e20

Please sign in to comment.