Skip to content

Commit 19a0e53

Browse files
committed
bump versions
1 parent ecc4d3b commit 19a0e53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simdutf8"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = ["Hans Kratz <hans@appfour.com>"]
55
edition = "2018"
66
description = "SIMD-accelerated UTF-8 validation."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ production release.
2828
Add the dependency to your Cargo.toml file:
2929
```toml
3030
[dependencies]
31-
simdutf8 = { version = "0.0.2"}
31+
simdutf8 = { version = "0.0.3"}
3232
```
3333

34-
Use `simdutf8::basic::from_utf8` as a drop-in replacement for `std::str::from_utf8()`.
34+
Use `simdutf8::basic::from_utf8` as a drop-in replacement for `std::str::from_utf8()`.
3535

3636
```rust
3737
use simdutf8::basic::from_utf8;

bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simdutf8-bench"
3-
version = "0.0.2"
3+
version = "0.0.1"
44
authors = ["Hans Kratz <hans@appfour.com>"]
55
edition = "2018"
66
description = "simdutf8 benchmark package"

0 commit comments

Comments
 (0)