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 Jan 31, 2025
1 parent 18321e5 commit 6cbca39
Show file tree
Hide file tree
Showing 40 changed files with 4,222 additions and 2,134 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-01-30
tag = "71def5e44d377c48b8266aec6786005316130f57"

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/5] Use fmtlib

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

0 comments on commit 6cbca39

Please sign in to comment.