mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-28 18:58:30 +00:00
feat: Advertise support for spec v1.8, 1.12, 1.13, and 1.14
This commit is contained in:
parent
24d2a514e2
commit
4f69da47c6
2 changed files with 4 additions and 0 deletions
|
@ -37,7 +37,10 @@ pub(crate) async fn get_supported_versions_route(
|
|||
"v1.3".to_owned(),
|
||||
"v1.4".to_owned(),
|
||||
"v1.5".to_owned(),
|
||||
"v1.8".to_owned(),
|
||||
"v1.11".to_owned(),
|
||||
"v1.12".to_owned(),
|
||||
"v1.13".to_owned(),
|
||||
"v1.14".to_owned(),
|
||||
],
|
||||
unstable_features: BTreeMap::from_iter([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue