Skip to content

Commit

Permalink
Bump everest-framework to 0.18.1 (EVerest#983)
Browse files Browse the repository at this point in the history
* Bump everest-framework to 0.18.1

This includes error support for rust, various fixes and wildcard external MQTT subscribe

* Bump version to 2024.11.0
* Update Cargo.lock
* Add errors to RsPaymentTerminal and RsIskraMeter bazel files

---------

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored Dec 6, 2024
1 parent 638408a commit a4d802a
Show file tree
Hide file tree
Showing 6 changed files with 644 additions and 352 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

project(everest-core
VERSION 2024.10.0
VERSION 2024.11.0
DESCRIPTION "The open operating system for e-mobility charging stations"
LANGUAGES CXX C
)
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
---
everest-framework:
git: https://github.com/EVerest/everest-framework.git
git_tag: v0.18.0
git_tag: v0.18.1
options: [
"BUILD_TESTING OFF",
"everest-framework_USE_PYTHON_VENV ${PROJECT_NAME}_USE_PYTHON_VENV",
Expand Down
Loading

0 comments on commit a4d802a

Please sign in to comment.