Skip to content

Commit 31d1abf

Browse files
committed
Remove unsafety for the v0.2.2 release.
1 parent a164083 commit 31d1abf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.2.2
22

33
- Fix `no_std` support.
44
- Remove most uses of unsafe.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-float2"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Ivan Smirnov <[email protected]>", "Alex Huszagh <[email protected]>"]
55
repository = "https://github.com/Alexhuszagh/fast-float-rust"
66
documentation = "https://docs.rs/fast-float2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This crate provides a super-fast decimal number parser from strings into floats.
1212

1313
```toml
1414
[dependencies]
15-
fast-float2 = "0.2.1"
15+
fast-float2 = "0.2.2"
1616
```
1717

1818
There are no dependencies and the crate can be used in a no_std context by disabling the "std" feature.

0 commit comments

Comments
 (0)