Skip to content

Commit

Permalink
Update enum-iterator to 2.0 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden authored Mar 1, 2024
1 parent 7ca38fd commit bd8f890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ Unreleased
which returns a `Result<&'static [ResourceType], StoreObjectConversionError>`
- Add missing `StoreObject::Reactor` to the `seasonal-season-5` feature.

### Other
### Misc:

- Change `PhantomData` in `screeps::local::ObjectId` to better model `ObjectId`'s relationship with the wrapped type.
- This allows `ObjectId` to be `Send + Sync` regardless of the wrapped type
- Update `enum-iterator` to 2.0

0.20.1 (2024-01-09)
===================
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
arrayvec = "0.7"
enum_dispatch = "0.3"
enum-iterator = "1.4"
enum-iterator = "2.0"
js-sys = "0.3"
num-derive = "0.4"
num-traits = "0.2"
Expand Down

0 comments on commit bd8f890

Please sign in to comment.