File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
config_generator/components/funcs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
# Only LIBMONGOC_DOWNLOAD_VERSION needs to be updated when pinning to an unreleased commit.
15
15
# If pinning to an unreleased commit, create a "Blocked" JIRA ticket with
16
16
# a "depends on" link to the appropriate C Driver version release ticket.
17
- MONGOC_VERSION_MINIMUM = '1.30.1'
17
+ MONGOC_VERSION_MINIMUM = '57bffac11fde38d1ce097bb22fb5322a6114d644' # CXX-3103: bump to 2.0.0 once released.
18
18
19
19
20
20
class InstallCDriver (Function ):
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ functions:
398
398
type : setup
399
399
params :
400
400
updates :
401
- - { key: mongoc_version_minimum, value: 1.30.1 }
401
+ - { key: mongoc_version_minimum, value: 57bffac11fde38d1ce097bb22fb5322a6114d644 }
402
402
- command : subprocess.exec
403
403
type : setup
404
404
params :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set(LIBBSON_REQUIRED_ABI_VERSION 1.0)
54
54
55
55
# Also update etc/purls.txt.
56
56
set (LIBMONGOC_REQUIRED_VERSION 1.30.0 )
57
- set (LIBMONGOC_DOWNLOAD_VERSION 1.30.1 )
57
+ set (LIBMONGOC_DOWNLOAD_VERSION 57bffac11fde38d1ce097bb22fb5322a6114d644 )
58
58
set (LIBMONGOC_REQUIRED_ABI_VERSION 1.0 )
59
59
60
60
set (NEED_DOWNLOAD_C_DRIVER false )
You can’t perform that action at this time.
0 commit comments