[upstream_utils] Upgrade to Sleipnir 0.6.2 (#8996)

This commit is contained in:
Tyler Veness
2026-06-19 20:16:03 -07:00
committed by GitHub
parent 396b553069
commit 481a586009
11 changed files with 255 additions and 266 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.1"
tag = "v0.6.2"
sleipnir = Lib(name, url, tag, copy_upstream_src)
sleipnir.main()