From 5709cc4a4841cc2316e355ba98fe7a1e02311f08 Mon Sep 17 00:00:00 2001 From: Jordan Smith Date: Thu, 20 Mar 2025 06:45:11 -0700 Subject: [PATCH] Update to 3.2.3 --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 79295e9a..1b446363 100644 --- a/snooty.toml +++ b/snooty.toml @@ -25,7 +25,7 @@ server = "MongoDB Server" # always set this to the docs branch (i.e. master, v2.6, v2.5, etc.) docs-branch = "master" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.) -version = "3.2.2" +version = "3.2.3" # always set this to the minimum supported Rust version min-rust-version = "1.71.1" api = "https://docs.rs/mongodb/{+version+}/mongodb"