- Notifications
You must be signed in to change notification settings - Fork514
Commit852ae49
committed
Bump CI Rust version to 1.75.0
cargo tests in CI are [failing](https://github.com/sfackler/rust-postgres/actions/runs/12862700447/job/35858038081?pr=1198)because of a dependency requirement:```Run cargo test --allerror: package `geo-types v0.7.15` cannot be built because it requires rustc 1.75 or newer, while the currently active rustc version is 1.74.0Either upgrade to rustc 1.75 or newer, or usecargo update geo-types@0.7.15 --precise verwhere `ver` is the latest version of `geo-types` supporting rustc 1.74.0```This bumps the Rust version so tests will run.1 parentd7ccc7e commit852ae49
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments
Comments
(0)