chore: version bump ccdfd787
Example User · 2025-07-11 11:05 2 file(s) · +2 −2
Cargo.lock +1 −1
4022 4022
4023 4023
[[package]]
4024 4024
name = "walletfetch"
4025 -
version = "0.0.7"
4025 +
version = "0.0.8"
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.7"
7 +
version = "0.0.8"
8 8
edition = "2024"
9 9
license = "MIT"
10 10