Skip to content

Commit 1aaf7c4

Browse files
committed
feat: v23.0.16
1 parent 625ae07 commit 1aaf7c4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**/target
1+
**target
22
*.log
33
/logs
44
Cargo.lock

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane-macros"
3-
version = "23.0.15"
3+
version = "23.0.16"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -25,7 +25,7 @@ proc-macro = true
2525

2626
[dependencies]
2727
quote = "1.0.46"
28-
hyperlane = "21.2.12"
28+
hyperlane = "21.3.1"
2929
proc-macro2 = "1.0.106"
3030
syn = { version = "2.0.118", features = ["full"] }
3131

0 commit comments

Comments
 (0)