File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
bazel_dep (name = "platforms" , version = "0.0.9" )
7
7
bazel_dep (name = "bazel_skylib" , version = "1.6.1" )
8
8
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" )
10
10
bazel_dep (name = "rules_cc" , version = "0.0.10" )
11
11
12
12
http_archive = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ endfunction()
101
101
102
102
# Check picotool is installed, or download and build it if not installed
103
103
function (pico_init_picotool )
104
- set (picotool_VERSION_REQUIRED 2.0 .0 )
104
+ set (picotool_VERSION_REQUIRED 2.1 .0 )
105
105
if (NOT TARGET picotool AND NOT DEFINED picotool_FOUND )
106
106
# Build path of local install dir
107
107
if (DEFINED ENV{PICOTOOL_FETCH_FROM_GIT_PATH} AND (NOT PICOTOOL_FETCH_FROM_GIT_PATH ))
You can’t perform that action at this time.
0 commit comments