We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6458d commit 1650acbCopy full SHA for 1650acb
1 file changed
MODULE.bazel
@@ -1,10 +1,10 @@
1
module(
2
name = "picotool",
3
- version = "2.2.1-develop",
+ version = "2.3.0",
4
)
5
6
bazel_dep(name = "rules_libusb", version = "0.1.0-rc2")
7
-bazel_dep(name = "pico-sdk", version = "2.1.0")
+bazel_dep(name = "pico-sdk", version = "2.3.0")
8
bazel_dep(name = "rules_cc", version = "0.0.9")
9
bazel_dep(name = "bazel_skylib", version = "1.6.1")
10
bazel_dep(name = "rules_python", version = "0.22.1")
0 commit comments