Skip to content

Commit 978f3c2

Browse files
committed
increase version to 0.3.0
1 parent 433b608 commit 978f3c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accurate"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Benedikt Steinbusch <ben@rockshrub.de>"]
55
description = "(more or less) accurate floating point algorithms"
66
homepage = "https://github.com/bsteinb/accurate"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the `accurate` crate as a dependency in your `Cargo.toml`:
2222

2323
```toml
2424
[dependencies]
25-
accurate = "0.1"
25+
accurate = "0.3"
2626
```
2727

2828
Then use it in your program like this:

0 commit comments

Comments
 (0)