From ef4aba7789f0a7171fd44deb913c3b98f80fcb36 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Mon, 23 Sep 2024 15:46:02 -0400 Subject: [PATCH] BSON API v2.13.0 --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 02044c5e..d2dd4288 100644 --- a/snooty.toml +++ b/snooty.toml @@ -25,7 +25,7 @@ docs-branch = "master" # always set this version = "3.1.0" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.) min-rust-version = "1.60" # always set this to the minimum supported Rust version api = "https://docs.rs/mongodb/{+version+}/mongodb" -bson-version = "2.11.0" +bson-version = "2.13.0" bson-api = "https://docs.rs/bson/{+bson-version+}/bson" stable-api = "Stable API" tracing-version = "0.1.37"