Skip to content

Commit

Permalink
Update members Cargo.toml; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpapercut committed Nov 1, 2024
1 parent 18633f2 commit fa6d347
Showing 4 changed files with 13 additions and 13 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
@@ -9,13 +9,13 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.3"
version = "0.1.4"
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.3" }
substreams-solana-utils = { git = "https://github.com/0xpapercut/substreams-solana-utils", tag = "v0.1.4" }
prost = "0.11"
bs58 = "0.5.0"
borsh = { version = "1.5.1", features = ["derive"] }
4 changes: 2 additions & 2 deletions spl_token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spl-token-substream"
version = "0.1.2"
edition = "2021"
version.workspace = true
edition.workspace = true

[lib]
name = "spl_token_substream"
4 changes: 2 additions & 2 deletions system_program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "system-program-substream"
version = "0.1.1"
edition = "2021"
version.workspace = true
edition.workspace = true

[lib]
name = "system_program_substream"

0 comments on commit fa6d347

Please sign in to comment.