Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettroke committed Aug 4, 2024
1 parent c5230b6 commit d3d85d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "declarative_enum_dispatch"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Zettroke <[email protected]>"]
repository = "https://github.com/Zettroke/declarative_enum_dispatch"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ assert_eq!(Shape::Circle(Circle { r: 1.0 }).name(), "Circle".to_string());
- [ ] Support generic params
- [ ] Support lifetimes
- [x] Support trait inheritance
- [x] Support async functions

## Why?
Because I can... Well... RustRover indexing doesn't work with enum dispatch and in one of the threads about this problem I've read
Expand Down

0 comments on commit d3d85d3

Please sign in to comment.