Skip to content

Commit 8a3a977

Browse files
authored
chore: bump versions, add Rust tab, add java-core (#280)
1 parent e65a9ec commit 8a3a977

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

snooty/rstspec.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,19 +1166,23 @@ type = {link = "https://mongodb.github.io/mongo-csharp-driver/2.10/apidocs/html/
11661166

11671167
[role.java-docs]
11681168
help = """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]
11721172
help = """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]
11761176
help = """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]
11801184
help = """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]
11841188
help = """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

Comments
 (0)