aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8f23a2b..2f6d04d 100644
--- a/README.md
+++ b/README.md
@@ -103,9 +103,7 @@ time b3sum /tmp/bigfile
### The `blake3` crate
To use BLAKE3 from Rust code, add a dependency on the `blake3` crate to
-your `Cargo.toml`. Note that by default, unless the `pure` feature is
-enabled, building `blake3` requires a C compiler. Here's an example of
-hashing some input bytes:
+your `Cargo.toml`. Here's an example of hashing some input bytes:
```rust
// Hash an input all at once.