File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,16 @@ documented here.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
6
6
7
- ## [ 0.25.0]
7
+ ## [ 0.25.1]
8
+ This release replaces the version 0.25.0 which has been yanked. The 0.25.0 version
9
+ added significant complication to build ` nalgebra ` targeting a ` #[no-std] ` platform
10
+ not supported by ` rand ` .
11
+
12
+ The ` rand ` dependency is now optional (and disabled by default). You may enable it with:
13
+ - The ` rand-no-std ` cargo feature when targeting a ` #[no-std] ` environment.
14
+ - The ` rand ` cargo feature when targeting a ` std ` environment.
15
+
16
+ ## [ 0.25.0] - Yanked
8
17
This updates all the dependencies of nalgebra to their latest version, including:
9
18
- rand 0.8
10
19
- proptest 1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nalgebra"
3
- version = " 0.25.0 "
3
+ version = " 0.25.1 "
4
4
authors = [ " Sébastien Crozet <developer@crozet.re>" ]
5
5
6
6
description = " General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
You can’t perform that action at this time.
0 commit comments