Commit 6766d94
committed
Update directory Docker rustc version to 1.81
Running docker build errors out with
```
46.56 error: package `litemap v0.7.5` cannot be built because it
requires rustc 1.81 or newer, while the currently active rustc
version is 1.75.0
46.56 Either upgrade to rustc 1.81 or newer, or use
46.56 cargo update [email protected] --precise ver
46.56 where `ver` is the latest version of `litemap` supporting rustc
1.75.0
```
Updating to 1.81 fixes this1 parent 4357f3b commit 6766d94
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments