Skip to content

Commit

Permalink
[upstream_utils] Upgrade Sleipnir
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Feb 2, 2025
1 parent 18321e5 commit 319b70e
Show file tree
Hide file tree
Showing 42 changed files with 3,747 additions and 2,352 deletions.
4 changes: 2 additions & 2 deletions upstream_utils/sleipnir.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def copy_upstream_src(wpilib_root):
def main():
name = "sleipnir"
url = "https://github.com/SleipnirGroup/Sleipnir"
# main on 2024-12-07
tag = "01206ab17d741f4c45a7faeb56b8a5442df1681c"
# main on 2025-02-02
tag = "1ad23e32ccce8c89b9099f5db348f1c354706204"

sleipnir = Lib(name, url, tag, copy_upstream_src)
sleipnir.main()
Expand Down
2 changes: 1 addition & 1 deletion upstream_utils/sleipnir_patches/0001-Use-fmtlib.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Tyler Veness <calcmogul@gmail.com>
Date: Wed, 29 May 2024 16:29:55 -0700
Subject: [PATCH 1/3] Use fmtlib
Subject: [PATCH 1/6] Use fmtlib

---
include/.styleguide | 1 +
Expand Down
Loading

0 comments on commit 319b70e

Please sign in to comment.