Documentation typo 3

This commit is contained in:
baltdev 2024-04-02 00:13:42 -05:00
parent 75ae0c12eb
commit 6419f63453
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "r6502"
version = "1.0.6"
version = "1.0.7"
authors = ["baltdev"]
edition = "2021"
description = "A simple MOS 6502 emulator."

View File

@ -26,7 +26,6 @@ The following feature flags exist:
| bytemuck | Enables [bytemuck](https://docs.rs/bytemuck/) support. |
| arbitrary | Enables [arbitrary](https://docs.rs/arbitrary/) support. This will pull in `std`. |
| serde | Enables [serde](https://docs.rs/serde) support. |
| hashbrown | Enables [hashbrown](https://docs.rs/hashbrown) support. |
## Example
```rust ignore