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 11, 2025
1 parent 9dbb0c8 commit 7337c30
Show file tree
Hide file tree
Showing 43 changed files with 3,870 additions and 2,340 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-11
tag = "c44f16d9ff0793ba8a1746a253f466f248e200d6"

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 7337c30

Please sign in to comment.