Skip to content

Commit

Permalink
version 0.3 + relax deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
valyagolev committed Oct 30, 2023
1 parent 51220ab commit c03393d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-autoprops"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Valentin Golev <v.golev@gmail.com"]
license = "MIT OR Apache-2.0"
Expand All @@ -16,9 +16,9 @@
proc-macro = true

[dependencies]
syn = { version = "2.0.16", features = ["full"] }
proc-macro2 = "1.0.58"
quote = "1.0.27"
syn = { version = "2", features = ["full"] }
proc-macro2 = "1"
quote = "1"


[dev-dependencies]
Expand Down

0 comments on commit c03393d

Please sign in to comment.