diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-06-04 12:42:18 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-06-04 12:58:09 +0300 |
| commit | a42c56fe3185c282b45e44a58e4976b9b5312587 (patch) | |
| tree | 20fcec29566d1899c2bb598cf8ccc39a3c6c3cc2 | |
| parent | 5c128acd1eabc3dc8c44c023fd9b3edf5d482d1f (diff) | |
gnu: rust: Update to 1.96.
* gnu/packages/rust.scm (rust): Update to 1.96.
[arguments]: Skip another test.
Change-Id: Iae752400ab88545870737977f7ce3b9e2451d2a4
| -rw-r--r-- | gnu/packages/rust.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index d55b36bd803..21c98d294b5 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm | |||
| @@ -2053,7 +2053,7 @@ ge13ca993e8ccb9ba9847cc330696e02839f328f7/jemalloc")) | |||
| 2053 | ;;; Here we take the latest included Rust, make it public, and re-enable tests | 2053 | ;;; Here we take the latest included Rust, make it public, and re-enable tests |
| 2054 | ;;; and extra components such as rustfmt. | 2054 | ;;; and extra components such as rustfmt. |
| 2055 | (define-public rust | 2055 | (define-public rust |
| 2056 | (let ((base-rust rust-1.95)) | 2056 | (let ((base-rust rust-1.96)) |
| 2057 | (package | 2057 | (package |
| 2058 | (inherit base-rust) | 2058 | (inherit base-rust) |
| 2059 | (properties (append | 2059 | (properties (append |
| @@ -2122,6 +2122,9 @@ ge13ca993e8ccb9ba9847cc330696e02839f328f7/jemalloc")) | |||
| 2122 | (delete-file "cognitive_complexity.stderr")))) | 2122 | (delete-file "cognitive_complexity.stderr")))) |
| 2123 | (add-after 'unpack 'disable-tests-requiring-network-access | 2123 | (add-after 'unpack 'disable-tests-requiring-network-access |
| 2124 | (lambda _ | 2124 | (lambda _ |
| 2125 | (substitute* "src/tools/cargo/tests/testsuite/git.rs" | ||
| 2126 | ,@(make-ignore-test-list | ||
| 2127 | '("fn dep_with_scp_like_submodule_url"))) | ||
| 2125 | (substitute* "src/tools/cargo/tests/testsuite/git_auth.rs" | 2128 | (substitute* "src/tools/cargo/tests/testsuite/git_auth.rs" |
| 2126 | ,@(make-ignore-test-list | 2129 | ,@(make-ignore-test-list |
| 2127 | '("fn net_err_suggests_fetch_with_cli"))) | 2130 | '("fn net_err_suggests_fetch_with_cli"))) |
