1 parent 625ae07 commit 1aaf7c4Copy full SHA for 1aaf7c4
2 files changed
.gitignore
@@ -1,4 +1,4 @@
1
-**/target
+**target
2
*.log
3
/logs
4
Cargo.lock
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyperlane-macros"
-version = "23.0.15"
+version = "23.0.16"
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
@@ -25,7 +25,7 @@ proc-macro = true
25
26
[dependencies]
27
quote = "1.0.46"
28
-hyperlane = "21.2.12"
+hyperlane = "21.3.1"
29
proc-macro2 = "1.0.106"
30
syn = { version = "2.0.118", features = ["full"] }
31
0 commit comments