We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433b608 commit 978f3c2Copy full SHA for 978f3c2
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "accurate"
3
-version = "0.2.1"
+version = "0.3.0"
4
authors = ["Benedikt Steinbusch <ben@rockshrub.de>"]
5
description = "(more or less) accurate floating point algorithms"
6
homepage = "https://github.com/bsteinb/accurate"
README.md
@@ -22,7 +22,7 @@ Add the `accurate` crate as a dependency in your `Cargo.toml`:
22
23
```toml
24
[dependencies]
25
-accurate = "0.1"
+accurate = "0.3"
26
```
27
28
Then use it in your program like this:
0 commit comments