diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5f8636a..fe9810089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Codebase**: rename `openmina` to `mina`, the project being officially called for now "the Mina Rust node" ([#1314](https://github.com/o1-labs/openmina/pull/1312)). +- **Dependencies**: update redux-rs to o1-labs fork, after we moved from + openmina to o1-labs organization + ([#1356](https://github.com/o1-labs/mina-rust/pull/1356)). ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 5bd77549f..33709d663 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7451,7 +7451,7 @@ dependencies = [ [[package]] name = "redux" version = "0.1.0" -source = "git+https://github.com/openmina/redux-rs.git?rev=ab14890c#ab14890c68fa478ccfec9d499a76d25f20759619" +source = "git+https://github.com/o1-labs/redux-rs.git?rev=06c8366#06c8366f5374f5acac00fe98bd9803f92919619e" dependencies = [ "enum_dispatch", "linkme", diff --git a/Cargo.toml b/Cargo.toml index 89734ba23..8729dbe79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ juniper = { version = "0.16" } libp2p = { git = "https://github.com/openmina/rust-libp2p", rev = "5c44c7d9", default-features = false } linkme = "0.3.22" mina-node-account = { path = "node/account" } -redux = { git = "https://github.com/openmina/redux-rs.git", rev = "ab14890c", features = [ +redux = { git = "https://github.com/o1-labs/redux-rs.git", rev = "06c8366", features = [ "serde", ] } serde = "1.0.190"