Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpapercut committed Oct 17, 2024
1 parent 2a623cc commit 22f395a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 36 deletions.
47 changes: 18 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solana-clickhouse"
version = "0.1.0"
version = "0.1.3"
edition = "2021"

[lib]
Expand All @@ -14,12 +14,12 @@ prost = "0.11"
anyhow = "1"
prost-types = "0.11"
chrono = { version = "0.4", features = [ "std" ], default-features = false }
substreams-solana-utils = { git = "https://github.com/0xpapercut/substreams-solana-utils", branch = "main" }
spl-token-substream = { git = "https://github.com/0xpapercut/solana-substreams" }
raydium-amm-substream = { git = "https://github.com/0xpapercut/solana-substreams" }
mpl-token-metadata-substream = { git = "https://github.com/0xpapercut/solana-substreams" }
pumpfun-substream = { git = "https://github.com/0xpapercut/solana-substreams" }
system-program-substream = { git = "https://github.com/0xpapercut/solana-substreams" }
substreams-solana-utils = { git = "https://github.com/0xpapercut/substreams-solana-utils", tag = "v0.1.3" }
spl-token-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.3" }
raydium-amm-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.3" }
mpl-token-metadata-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.3" }
pumpfun-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.3" }
system-program-substream = { git = "https://github.com/0xpapercut/solana-substreams", tag = "v0.1.3" }
bs58 = "0.5.1"

[profile.release]
Expand Down

0 comments on commit 22f395a

Please sign in to comment.