Skip to content

Commit 5e1f014

Browse files
Update suggested version in Bazel README
1 parent 60b60c4 commit 5e1f014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
First, in your `MODULE.bazel` file, add a dependency on the Pico SDK and
77
`rules_cc`:
88
```python
9-
bazel_dep(name = "pico-sdk", version = "2.0.1")
9+
bazel_dep(name = "pico-sdk", version = "2.1.0")
1010
```
1111

1212
### Register toolchains

0 commit comments

Comments
 (0)