[librsvg/librsvg-2.44] rsvg_internals: update nalgebra to a newer minor version
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.44] rsvg_internals: update nalgebra to a newer minor version
- Date: Thu, 19 Dec 2019 17:19:02 +0000 (UTC)
commit 696e4a6be2aeb00ea27945f94da066757431684d
Author: Jordan Petridis <jpetridis gnome org>
Date: Thu Dec 19 19:17:38 2019 +0200
rsvg_internals: update nalgebra to a newer minor version
The previous version was not compilling with rustc 1.40
error[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable
-->
/home/alatiera/.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.16.4/src/base/cg.rs:292:44
|
292 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)];
| ---------------------------^^^^-------------------
| | |
| | immutable borrow occurs here
| mutable borrow occurs here
| mutable borrow later used here
error: aborting due to previous error
Although you should rather be using the 2.46 branch of librsvg as 2.44 is EOL.
Cargo.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index 0649c1e6..295b16d5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -572,7 +572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nalgebra"
-version = "0.16.4"
+version = "0.16.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"alga 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -916,7 +916,7 @@ dependencies = [
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
"locale_config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "nalgebra 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "nalgebra 0.16.14 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1289,7 +1289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum matrixmultiply 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" =
"cac1a66eab356036af85ea093101a14223dc6e3f4c02a59b7d572e5b93270bf7"
"checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" =
"4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b"
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" =
"0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
-"checksum nalgebra 0.16.4 (registry+https://github.com/rust-lang/crates.io-index)" =
"919c4aac1a371e2b3650b56da3dce4c80662c03bf8d762695646215df964fc46"
+"checksum nalgebra 0.16.14 (registry+https://github.com/rust-lang/crates.io-index)" =
"ccb86df349ecf5f549f6e12f6de4972cdd912d0bc290c1ca4d34d4b4b21a6f98"
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" =
"9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
"checksum num-complex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" =
"68de83578789e0fbda3fa923035be83cf8bfd3b30ccfdecd5aa89bf8601f408e"
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" =
"e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]