Skip to content

Commit 069864c

Browse files
authored
Bump everest-framework and ev-cli for clear_error refactor (#1031)
* Bump everest-framework and ev-cli to adapt to the clear_error refactor * Bump everest-framework to 0.20.0 and everest-utils to 0.5.0 --------- Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
1 parent 6f0f253 commit 069864c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

cmake/ev-project-bootstrap.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set_property(
22
GLOBAL
3-
PROPERTY EVEREST_REQUIRED_EV_CLI_VERSION "0.4.5"
3+
PROPERTY EVEREST_REQUIRED_EV_CLI_VERSION "0.5.0"
44
)
55

66
# FIXME (aw): clean up this inclusion chain

dependencies.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55
everest-framework:
66
git: https://github.com/EVerest/everest-framework.git
7-
git_tag: v0.19.1
7+
git_tag: v0.20.0
88
options: [
99
"BUILD_TESTING OFF",
1010
"everest-framework_USE_PYTHON_VENV ${PROJECT_NAME}_USE_PYTHON_VENV",
@@ -86,7 +86,7 @@ ext-mbedtls:
8686
# everest-testing and ev-dev-tools
8787
everest-utils:
8888
git: https://github.com/EVerest/everest-utils.git
89-
git_tag: 165f2c8acd7819e2c788f438d4f00a56dd030be0
89+
git_tag: v0.5.0
9090
# linux_libnfc-nci for RFID
9191
libnfc-nci:
9292
git: https://github.com/EVerest/linux_libnfc-nci.git

modules/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ members = [
88
]
99

1010
[workspace.dependencies]
11-
everestrs = { git = "https://github.com/everest/everest-framework.git", tag = "v0.19.1" }
12-
everestrs-build = { git = "https://github.com/everest/everest-framework.git", tag = "v0.19.1" }
11+
everestrs = { git = "https://github.com/everest/everest-framework.git", tag = "v0.20.0" }
12+
everestrs-build = { git = "https://github.com/everest/everest-framework.git", tag = "v0.20.0" }

0 commit comments

Comments
 (0)