Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Jul 2, 2024
1 parent e69afcd commit 492dabe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions htmx-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# attribute-derive = "0.8.0"
attribute-derive.path = "../../../Rust/attribute-derive"
attribute-derive = "0.9.0"
# attribute-derive.path = "../../../Rust/attribute-derive"
derive_more = { version = "1.0.0-beta.6", features = ["display"] }
forr = "0.2.2"
html-escape = "0.2.13"
Expand Down

0 comments on commit 492dabe

Please sign in to comment.