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 8, 2025
1 parent b60b2b6 commit 3c37176
Show file tree
Hide file tree
Showing 42 changed files with 3,821 additions and 2,288 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-08
tag = "c1d78b8b42c60ac37107ca291179a89470b2a5ec"

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 3c37176

Please sign in to comment.