Skip to content

Commit 0f1816a

Browse files
committed
minor: suggest workarounds for rustc 1.46+ regression (mongodb#270)
1 parent 6700010 commit 0f1816a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ This repository contains the officially supported MongoDB Rust driver, a client
3636
| 0.9.x | 1.39+ |
3737
- MongoDB 3.6+
3838

39+
**Note**: A regression introduced in Rust 1.46 may cause out-of-memory errors when compiling an application that uses
40+
the driver with a framework like actix-web. Rust 1.45 or the latest nightly version can be used to work around this
41+
problem temporarily. For more information or to track progress on a fix, see
42+
https://github.com/rust-lang/rust/issues/75992.
43+
3944
### Importing
4045
The driver is available on [crates.io](https://crates.io/crates/mongodb). To use the driver in your application, simply add it to your project's `Cargo.toml`.
4146
```toml

0 commit comments

Comments
 (0)