diff --git a/Cargo.toml b/Cargo.toml index c9473f0..ec61aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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." diff --git a/README.md b/README.md index 7687cfb..ba71f37 100644 --- a/README.md +++ b/README.md @@ -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