chore: Version bump 98c9dc6e
Steve Simkins · 2025-07-16 19:41 2 file(s) · +2 −2
Cargo.lock +1 −1
4022 4022
4023 4023
[[package]]
4024 4024
name = "walletfetch"
4025 -
version = "0.0.13"
4025 +
version = "0.0.14"
4026 4026
dependencies = [
4027 4027
 "alloy",
4028 4028
 "alloy-ccip-read",
Cargo.toml +1 −1
4 4
homepage = "https://github.com/stevedylandev/walletfetch"
5 5
repository = "https://github.com/stevedylandev/walletfetch"
6 6
readme = "README.md"
7 -
version = "0.0.13"
7 +
version = "0.0.14"
8 8
edition = "2024"
9 9
license = "MIT"
10 10