Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Apr 21, 2021
1 parent ecc4d3b commit 19a0e53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simdutf8"
version = "0.0.2"
version = "0.0.3"
authors = ["Hans Kratz <hans@appfour.com>"]
edition = "2018"
description = "SIMD-accelerated UTF-8 validation."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ production release.
Add the dependency to your Cargo.toml file:
```toml
[dependencies]
simdutf8 = { version = "0.0.2"}
simdutf8 = { version = "0.0.3"}
```

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

```rust
use simdutf8::basic::from_utf8;
Expand Down
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simdutf8-bench"
version = "0.0.2"
version = "0.0.1"
authors = ["Hans Kratz <hans@appfour.com>"]
edition = "2018"
description = "simdutf8 benchmark package"
Expand Down

0 comments on commit 19a0e53

Please sign in to comment.