Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpcut committed Dec 9, 2024
1 parent f92cf6a commit 77a0722
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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 @@ -9,13 +9,13 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.4"
version = "0.1.5"
edition = "2021"

[workspace.dependencies]
substreams = "^0.5.0"
substreams-solana = { git = "https://github.com/streamingfast/substreams-solana", branch = "master" }
substreams-solana-utils = { git = "https://github.com/0xpapercut/substreams-solana-utils", tag = "v0.1.4" }
substreams-solana-utils = { git = "https://github.com/0xpapercut/substreams-solana-utils", tag = "v0.1.5" }
prost = "0.11"
bs58 = "0.5.0"
borsh = { version = "1.5.1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion mpl_token_metadata/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: 'mpl_token_metadata_events'
version: v0.1.4
version: v0.1.5

imports:
sol: https://spkg.io/streamingfast/solana-common-v0.3.0.spkg
Expand Down
2 changes: 1 addition & 1 deletion pumpfun/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: 'pumpfun_events'
version: v0.1.4
version: v0.1.5

imports:
sol: https://spkg.io/streamingfast/solana-common-v0.3.0.spkg
Expand Down
2 changes: 1 addition & 1 deletion raydium_amm/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: 'raydium_amm_events'
version: v0.1.4
version: v0.1.5

imports:
sol: https://spkg.io/streamingfast/solana-common-v0.3.0.spkg
Expand Down
2 changes: 1 addition & 1 deletion spl_token/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: 'spl_token_events'
version: v0.1.4
version: v0.1.5

imports:
sol: https://spkg.io/streamingfast/solana-common-v0.3.0.spkg
Expand Down
2 changes: 1 addition & 1 deletion system_program/substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: 'system_program_events'
version: v0.1.4
version: v0.1.5

imports:
sol: https://spkg.io/streamingfast/solana-common-v0.3.0.spkg
Expand Down

0 comments on commit 77a0722

Please sign in to comment.