Skip to content

Commit

Permalink
Update abseil to LTS 20240116.2.
Browse files Browse the repository at this point in the history
This is a minor update to the previous version, LTS 20240116.1. The only change is a fix for a bug in the `absl::StrFormat` function.

PiperOrigin-RevId: 631495397
Change-Id: I28aec52fb526a2168900a4ee93ffc6e11650a3be
  • Loading branch information
dhoke-megha authored and copybara-github committed May 7, 2024
1 parent 24bc1c8 commit efbcd86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/MujocoDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(MUJOCO_DEP_VERSION_Eigen3
)

set(MUJOCO_DEP_VERSION_abseil
2f9e432cce407ce0ae50676696666f33a77d42ac # LTS 20240116.1
d7aaad83b488fd62bd51c81ecf16cd938532cc0a # LTS 20240116.2
CACHE STRING "Version of `abseil` to be fetched."
)

Expand Down
2 changes: 1 addition & 1 deletion python/mujoco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ findorfetch(
GIT_REPO
https://github.com/abseil/abseil-cpp
GIT_TAG
2f9e432cce407ce0ae50676696666f33a77d42ac # LTS 20240116.1
d7aaad83b488fd62bd51c81ecf16cd938532cc0a # LTS 20240116.2
TARGETS
${MUJOCO_PYTHON_ABSL_TARGETS}
EXCLUDE_FROM_ALL
Expand Down

0 comments on commit efbcd86

Please sign in to comment.