[upstream_utils] Upgrade to Sleipnir 0.6.4 (#9045)

This commit is contained in:
Tyler Veness
2026-07-02 15:19:44 -07:00
committed by GitHub
parent 03825ee4d0
commit 023b70268a
5 changed files with 29 additions and 44 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.3"
tag = "v0.6.4"
sleipnir = Lib(name, url, tag, copy_upstream_src)
sleipnir.main()