-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update libbson to 1.24.2 #47
Update libbson to 1.24.2 #47
Conversation
@ShaneHarvey was this meant to be merged? |
We need to update this PR to vendor the latest C driver release. |
…est-cdriver-c41c3a8c
Updated to vendor 1.24.2. |
Let's wait for #48 and merge from master to continue. |
src/bson/bson-version.h
Outdated
|
||
/** | ||
* BSON_VERSION: | ||
* | ||
* BSON version. | ||
*/ | ||
#define BSON_VERSION (1.20.0) | ||
#define BSON_VERSION (1.24.0-pre) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we accidentally vendored the wrong version. I'll fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Update libbson to 1.24.2. Resolves #23.