Skip to content

Commit 514598f

Browse files
committed
Add experimental-threads to docs.rs features
1 parent d8be469 commit 514598f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot-cell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proptest = { workspace = true, optional = true }
1818

1919
# https://docs.rs/about/metadata
2020
[package.metadata.docs.rs]
21-
features = ["experimental-godot-api"]
21+
features = ["experimental-godot-api", "experimental-threads"]
2222
rustdoc-args = ["--cfg", "published_docs"]
2323
rustc-args = ["--cfg", "published_docs"]
2424

0 commit comments

Comments
 (0)