We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6867d5c commit 01dd3e8Copy full SHA for 01dd3e8
crates/rmcp/src/model.rs
@@ -146,7 +146,7 @@ impl ProtocolVersion {
146
pub const V_2025_06_18: Self = Self(Cow::Borrowed("2025-06-18"));
147
pub const V_2025_03_26: Self = Self(Cow::Borrowed("2025-03-26"));
148
pub const V_2024_11_05: Self = Self(Cow::Borrowed("2024-11-05"));
149
- pub const LATEST: Self = Self::V_2025_06_18;
+ pub const LATEST: Self = Self::V_2025_03_26;
150
}
151
152
impl Serialize for ProtocolVersion {
0 commit comments