Skip to content

Commit 244c24d

Browse files
committed
Update deps and bump version 0.2.1
1 parent 6a680e2 commit 244c24d

File tree

3 files changed

+1709
-299
lines changed

3 files changed

+1709
-299
lines changed

.github/workflows/release_verification.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
-//score/os/mocklib/qnx:secpolev_mock \
6161
-//score/os/qnx:pci_safety \
6262
-//score/language/futurecpp/tests:jthread_test \
63-
-//score/language/futurecpp/tests:math_test
63+
-//score/language/futurecpp/tests:math_test \
64+
-//score/mw/log/rust:log
6465
- name: Cleanup QNX License
6566
if: always()
6667
run: rm -rf /opt/score_qnx

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# *******************************************************************************
1313
module(
1414
name = "score_baselibs",
15-
version = "0.2.0",
15+
version = "0.2.1",
1616
compatibility_level = 0,
1717
)
1818

@@ -64,8 +64,8 @@ bazel_dep(name = "download_utils", version = "1.0.1")
6464

6565
## Custom Module Loading
6666

67-
bazel_dep(name = "score_docs_as_code", version = "2.0.2")
68-
bazel_dep(name = "score_process", version = "1.3.1")
67+
bazel_dep(name = "score_docs_as_code", version = "2.2.0")
68+
bazel_dep(name = "score_process", version = "1.4.0")
6969
bazel_dep(name = "score_tooling", version = "1.0.4")
7070

7171
## Configure the python toolchain
@@ -129,7 +129,7 @@ deb(
129129

130130
bazel_dep(name = "nlohmann_json", version = "3.11.3")
131131
bazel_dep(name = "bazel_skylib", version = "1.8.1")
132-
bazel_dep(name = "score_crates", version = "0.0.3")
132+
bazel_dep(name = "score_crates", version = "0.0.5")
133133

134134
#############################################################
135135
#

0 commit comments

Comments
 (0)