Skip to content

Commit

Permalink
Re-add feature, but make it do nothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 11, 2024
1 parent 4704cd8 commit 85e95bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file contains the changes to the crate since version 0.4.8.

## 0.9.11

- Add back the `fast_test` feature, but make it do nothing.
This fixes any breaking changes from the feature removal,
in case someone had time to start using it and runs `cargo-update`.

## 0.9.10

- Correct feature information in docs and readme.
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ zerocopy = ["dep:zerocopy"]
# Derives the `Serialize`, `Deserialize`, and `Archive` traits from the [`rkyv`](https://crates.io/crates/rkyv) crate for the `Primes` struct.
rkyv = ["dep:rkyv"]

fast_test = []


[package.metadata.docs.rs]
# Document all features.
Expand Down

0 comments on commit 85e95bf

Please sign in to comment.