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

Commit

Permalink
Merge pull request #250 from subspace/gemini-3f-hotfix
Browse files Browse the repository at this point in the history
Upgrade sdk with changes in segment headers request handler
  • Loading branch information
ParthDesai authored Aug 22, 2023
2 parents 91b4df0 + 7e4711f commit 387c41d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 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
@@ -1,6 +1,6 @@
[package]
name = "pulsar"
version = "0.6.1"
version = "0.6.2"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -29,7 +29,7 @@ single-instance = "0.3.3"
sp-core = { version = "21.0.0", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71", features = ["full_crypto"] }
strum = "0.24.1"
strum_macros = "0.24.3"
subspace-sdk = { git = "https://github.com/subspace/subspace-sdk", rev = "d1860a233643d9e99fdf6bbee6ae39516890e4d3" }
subspace-sdk = { git = "https://github.com/subspace/subspace-sdk", rev = "9c24aa9a728e66de9a930ca2c5da1658d2790285" }
thiserror = "1"
tokio = { version = "1.27", features = ["macros", "rt-multi-thread", "tracing"] }
toml = "0.7"
Expand Down

0 comments on commit 387c41d

Please sign in to comment.