Skip to content

Commit 62ad12f

Browse files
Support for a new deprecated feature state column
References rabbitmq-server#14227
1 parent f572551 commit 62ad12f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/responses.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,6 +2174,8 @@ pub struct DeprecatedFeature {
21742174
pub deprecation_phase: DeprecationPhase,
21752175
pub doc_url: String,
21762176
pub provided_by: String,
2177+
#[cfg_attr(feature = "tabled", tabled(display = "display_option"))]
2178+
pub state: Option<String>
21772179
}
21782180

21792181
#[derive(Debug, Serialize, Deserialize, Clone)]

0 commit comments

Comments
 (0)