[upstream_utils] Upgrade to Sleipnir 0.6.3 (#9030)

Also drop patches since we're now on C++23.
This commit is contained in:
Tyler Veness
2026-06-27 12:10:39 -07:00
committed by GitHub
parent f8de482385
commit 32bf24aa19
31 changed files with 536 additions and 1853 deletions

View File

@@ -46,7 +46,7 @@ using small_vector = wpi::util::SmallVector<T>;
def main():
name = "sleipnir"
url = "https://github.com/SleipnirGroup/Sleipnir"
tag = "v0.6.2"
tag = "v0.6.3"
sleipnir = Lib(name, url, tag, copy_upstream_src)
sleipnir.main()