Skip to content

Commit da20cf2

Browse files
committed
Bumpbed up version to 2.0.0 and locked dependencies.
1 parent f4fa74f commit da20cf2

File tree

5 files changed

+1082
-3
lines changed

5 files changed

+1082
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
target
2-
Cargo.lock
32
build
43
.vs
54
.vscode

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15.0)
2-
project(c-questdb-client VERSION 1.1.0)
2+
project(c-questdb-client VERSION 2.0.0)
33

44
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
55
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})

0 commit comments

Comments
 (0)