diff --git a/workflows/rust.yml b/.github/workflows/rust.yml similarity index 94% rename from workflows/rust.yml rename to .github/workflows/rust.yml index 120ed32..6580a15 100644 --- a/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: ["research"] + branches: ["master"] pull_request: - branches: ["research"] + branches: ["master"] env: CARGO_TERM_COLOR: always diff --git a/Cargo.toml b/Cargo.toml index 6f34d42..82cc68c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1" tokio = { version = "1", features = ["full"], optional = true } tracing = "0.1.37" -sovereign-sdk = { git = "https://github.com/Sovereign-Labs/sovereign.git", rev = "a879d355b0506b64decacabf9f072bee122cf9ca" } +sovereign-sdk = { git = "https://github.com/Sovereign-Labs/sovereign.git", rev = "04d1591b4568cdfbebaa05eeee020c811080a9af" } nmt-rs = { git = "https://github.com/Sovereign-Labs/nmt-rs.git", rev = "dd37588444fca72825d11fe4a46838f66525c49f", features = ["serde", "borsh"] } [dev-dependencies]