Skip to content

Commit 45ac525

Browse files
committed
feat readme: outdate
1 parent 5fe38dd commit 45ac525

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(DownloadUserver)
77
find_package(userver COMPONENTS core mongo grpc QUIET)
88
if(NOT userver_FOUND)
99
# Tries TRY_DIR first, falls back to downloading userver from GitHub using CPM.
10-
download_userver(TRY_DIR third_party/userver)
10+
download_userver(TRY_DIR third_party/userver VERSION 2.8)
1111
endif()
1212

1313
userver_setup_environment()

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**This repository is for userver v2.8 or older versions. For newer versions of userver please use
2+
[userver-create-service](https://userver.tech/de/dab/md_en_2userver_2build_2build.html#autotoc_md177) script.**
3+
14
# mongo_grpc_service_template
25

36
Template of a C++ service that uses [userver framework](https://github.com/userver-framework/userver) with MongoDB and gRPC.

0 commit comments

Comments
 (0)