@@ -1166,19 +1166,23 @@ type = {link = "https://mongodb.github.io/mongo-csharp-driver/2.10/apidocs/html/
11661166
11671167[role .java-docs ]
11681168help = """ Link to the Java driver's documentation."""
1169- type = {link = " http ://mongodb.github.io/mongo-java-driver/4.1 /%s" }
1169+ type = {link = " https ://mongodb.github.io/mongo-java-driver/4.2 /%s" }
11701170
11711171[role .java-async-docs ]
11721172help = """ Link to the async Java driver's documentation."""
1173- type = {link = " https://mongodb.github.io/mongo-java-driver/4.1 /driver-reactive/%s" }
1173+ type = {link = " https://mongodb.github.io/mongo-java-driver/4.2 /driver-reactive/%s" }
11741174
11751175[role .java-async-api ]
11761176help = """ Link to the async Java driver's API reference."""
1177- type = {link = " http://mongodb.github.io/mongo-java-driver/4.1/apidocs/mongodb-driver-reactivestreams/%s" }
1177+ type = {link = " https://mongodb.github.io/mongo-java-driver/4.2/apidocs/mongodb-driver-reactivestreams/%s" }
1178+
1179+ [role .java-core-api ]
1180+ help = """ Link to the core Java driver's API reference."""
1181+ type = {link = " https://mongodb.github.io/mongo-java-driver/4.2/apidocs/mongodb-driver-core/%s" }
11781182
11791183[role .java-sync-api ]
11801184help = """ Link to the synchronous Java driver's API reference."""
1181- type = {link = " http ://mongodb.github.io/mongo-java-driver/4.1 /apidocs/mongodb-driver-sync/%s" }
1185+ type = {link = " https ://mongodb.github.io/mongo-java-driver/4.2 /apidocs/mongodb-driver-sync/%s" }
11821186
11831187[role .go-api ]
11841188help = """ Link to the Go driver's API reference."""
@@ -1626,6 +1630,7 @@ drivers = [
16261630 {id = " csharp" , title = " C#" },
16271631 {id = " perl" , title = " Perl" },
16281632 {id = " ruby" , title = " Ruby" },
1633+ {id = " rust" , title = " Rust" },
16291634 {id = " scala" , title = " Scala" },
16301635 {id = " go" , title = " Go" },
16311636 {id = " swift-sync" , title = " Swift (Sync)" },
0 commit comments