Skip to content

Commit 755b0e0

Browse files
authored
Merge pull request #23 from andylokandy/update
chore: update client-rust
2 parents 8bf8243 + a823132 commit 755b0e0

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures = "0.3"
1515
log = "0.4"
1616
env_logger = "0.8"
1717
tokio = { version = "1.28.2", features = ["full"] }
18-
tikv-client = { git = "https://github.com/tikv/client-rust.git", rev = "abf22ba" }
18+
tikv-client = { git = "https://github.com/tikv/client-rust.git", rev = "8b3ada28" }
1919

2020
[build-dependencies]
2121
cxx-build = "1.0.18"

example/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@ project(Example)
22
cmake_minimum_required(VERSION 3.5)
33
set (CMAKE_CXX_STANDARD 17)
44

5-
# using remote repository
6-
# include(ExternalProject)
7-
# set(EXTERNAL_INSTALL_LOCATION ${CMAKE_BINARY_DIR}/external)
8-
# ExternalProject_Add(tikv
9-
# GIT_REPOSITORY https://github.com/Smityz/client-cpp.git
10-
# GIT_TAG cmake
11-
# CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNAL_INSTALL_LOCATION}
12-
# )
13-
# include_directories(${EXTERNAL_INSTALL_LOCATION}/include)
14-
# link_directories(${EXTERNAL_INSTALL_LOCATION}/lib)
15-
165
# using local repository
176
find_package(tikvcpp 0.1.0)
187

0 commit comments

Comments
 (0)