Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit852ae49

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
-run:docker compose up -d
8383
-uses:sfackler/actions/rustup@master
8484
with:
85-
version:1.74.0
85+
version:1.75.0
8686
-run:echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
8787
id:rust-version
8888
-uses:actions/cache@v3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp