Skip to content

Commit beb2449

Browse files
committed
Update picotool dependency to 2.1.0 (not strictly required, but we prefer people to be on the latest)
1 parent 2a1e1af commit beb2449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module(
66
bazel_dep(name = "platforms", version = "0.0.9")
77
bazel_dep(name = "bazel_skylib", version = "1.6.1")
88
bazel_dep(name = "rules_python", version = "0.36.0")
9-
bazel_dep(name = "picotool", version = "2.0.0")
9+
bazel_dep(name = "picotool", version = "2.1.0")
1010
bazel_dep(name = "rules_cc", version = "0.0.10")
1111

1212
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ endfunction()
101101

102102
# Check picotool is installed, or download and build it if not installed
103103
function(pico_init_picotool)
104-
set(picotool_VERSION_REQUIRED 2.0.0)
104+
set(picotool_VERSION_REQUIRED 2.1.0)
105105
if (NOT TARGET picotool AND NOT DEFINED picotool_FOUND)
106106
# Build path of local install dir
107107
if (DEFINED ENV{PICOTOOL_FETCH_FROM_GIT_PATH} AND (NOT PICOTOOL_FETCH_FROM_GIT_PATH))

0 commit comments

Comments
 (0)