Skip to content

Commit d4dc560

Browse files
authored
Bump everest-framework dependency to 0.20.2 (#1045)
* Bump everest-framework dependency to 0.20.2 This fixes: - a configuration parsing bug for Python modules - optional connections for Rust modules * Update Cargo.toml and Cargo.lock --------- Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
1 parent 41c9f85 commit d4dc560

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

dependencies.yaml

+1-1
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.20.1
7+
git_tag: v0.20.2
88
options: [
99
"BUILD_TESTING OFF",
1010
"everest-framework_USE_PYTHON_VENV ${PROJECT_NAME}_USE_PYTHON_VENV",

modules/Cargo.lock

+11-11
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.20.1" }
12-
everestrs-build = { git = "https://github.com/everest/everest-framework.git", tag = "v0.20.1" }
11+
everestrs = { git = "https://github.com/everest/everest-framework.git", tag = "v0.20.2" }
12+
everestrs-build = { git = "https://github.com/everest/everest-framework.git", tag = "v0.20.2" }

0 commit comments

Comments
 (0)