Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <xavier@inv.cafe>
  • Loading branch information
AurevoirXavier committed Apr 8, 2024
1 parent f3e6242 commit 28da686
Show file tree
Hide file tree
Showing 5 changed files with 591 additions and 41 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "pas"
readme = "README.md"
repository = "https://github.com/dcdao/pink-airdrop-snapshot"
version = "0.1.0"
version = "0.2.0"

[profile.ci-dev]
incremental = false
Expand All @@ -24,7 +24,7 @@ vergen = { version = "8.3", features = ["build", "cargo", "git", "gitcl"] }
[dependencies]
# crates.io
anyhow = { version = "1.0" }
array-bytes = { version = "1.0" }
array-bytes = { version = "6.0" }
chrono = { version = "0.4" }
clap = { version = "4.5", features = ["derive"] }
color-eyre = { version = "0.6" }
Expand Down
Loading

0 comments on commit 28da686

Please sign in to comment.