Skip to content

Commit

Permalink
Cargo.toml fix and updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alon authored and Alon committed Jan 23, 2024
1 parent a58c08c commit 912ba9b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lite-async-test"
description = "An #![async_test] wrapper using futures-lite, for easily setting up async tests in your crates/binaries."
version = "0.1.2"
version = "0.1.3"
authors = ["0xa10", "botanica-consulting"]
edition = "2021"
repository = "https://github.com/botanica-consulting/lite-async-test"
Expand All @@ -17,9 +17,7 @@ readme = "README.md"
proc-macro = true

[dependencies]
syn = {version = "2.0.38", features = ["full"]}
quote = "1.0.33"

[dev-dependencies]
futures-lite = { version = "1.13.0" }
syn = {version = "2.0.48", features = ["full"]}
quote = "1.0.35"
futures-lite = { version = "2.2.0" }

0 comments on commit 912ba9b

Please sign in to comment.