Skip to content

Commit

Permalink
Bump CLib version and include marshal.c API.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <Timothy.Rule@de.bosch.com>
  • Loading branch information
timrulebosch committed Jun 5, 2024
1 parent fc9c9c6 commit 0f2ff6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export DSE_SCHEMA_URL ?= $(DSE_SCHEMA_REPO)/releases/download/v$(DSE_SCHEMA_VERS
###############
## DSE C Library.
DSE_CLIB_REPO ?= https://github.com/boschglobal/dse.clib
DSE_CLIB_VERSION ?= 1.0.10
DSE_CLIB_VERSION ?= 1.0.13
export DSE_CLIB_URL ?= $(DSE_CLIB_REPO)/archive/refs/tags/v$(DSE_CLIB_VERSION).zip


Expand Down
1 change: 1 addition & 0 deletions dse/modelc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ set(DSE_CLIB_SOURCE_FILES
${DSE_CLIB_SOURCE_DIR}/clib/collections/hashmap.c
${DSE_CLIB_SOURCE_DIR}/clib/collections/queue.c
${DSE_CLIB_SOURCE_DIR}/clib/collections/set.c
${DSE_CLIB_SOURCE_DIR}/clib/data/marshal.c
${DSE_CLIB_SOURCE_DIR}/clib/util/binary.c
${DSE_CLIB_SOURCE_DIR}/clib/util/strings.c
${DSE_CLIB_SOURCE_DIR}/clib/util/yaml.c
Expand Down

0 comments on commit 0f2ff6e

Please sign in to comment.