Skip to content

Commit

Permalink
Prepare v1.1.0 release (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchut committed Mar 17, 2024
1 parent 2d0d43b commit 3ebe1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-recursion"
version = "1.0.5"
version = "1.1.0"
authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0", default-features = false }
quote = { version = "1.0", default-features = false }
syn = { version = "2.0", features = ["full", "parsing", "printing", "proc-macro", "clone-impls", "visit-mut"], default-features = false }
syn = { version = "2.0", features = ["full", "visit-mut"], default-features = false }

[dev-dependencies]
futures-executor = "0.3"
Expand Down

0 comments on commit 3ebe1f0

Please sign in to comment.