Skip to content

Commit

Permalink
UPDATE: version
Browse files Browse the repository at this point in the history
  • Loading branch information
not-elm committed Feb 25, 2024
1 parent 5d05574 commit da7ecfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "auto-delegate"
authors = ["elm <elmprograminfo@gmail.com>"]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
readme = "README.md"
repository = "https://github.com/elm-register/auto-delegate"
Expand Down Expand Up @@ -88,10 +88,6 @@ path = "tests/generics/progress.rs"
name = "async_trait"
path = "tests/async_trait/progress.rs"

[[test]]
name = "t"
path = "tests/async_trait/test05_immutable_self_receiver.rs"


[dependencies]
auto-delegate-impl = { version = "0.1.1", path = "impl" }
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auto-delegate-impl"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["elm-register <elmprograminfo@gmail.com>"]
repository = "https://github.com/elm-register/auto-delegate"
Expand Down

0 comments on commit da7ecfe

Please sign in to comment.