Skip to content

Commit 9f03722

Browse files
authored
Merge pull request #1356 from o1-labs/dw/use-o1-labs-redux-rs
redux-rs: update after o1-labs ownership transfer and master update
2 parents dba7967 + 67c2abd commit 9f03722

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8484
- **Codebase**: rename `openmina` to `mina`, the project being officially
8585
called for now "the Mina Rust node"
8686
([#1314](https://github.com/o1-labs/openmina/pull/1312)).
87+
- **Dependencies**: update redux-rs to o1-labs fork, after we moved from
88+
openmina to o1-labs organization
89+
([#1356](https://github.com/o1-labs/mina-rust/pull/1356)).
8790

8891
### Fixed
8992

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ juniper = { version = "0.16" }
6363
libp2p = { git = "https://github.com/openmina/rust-libp2p", rev = "5c44c7d9", default-features = false }
6464
linkme = "0.3.22"
6565
mina-node-account = { path = "node/account" }
66-
redux = { git = "https://github.com/openmina/redux-rs.git", rev = "ab14890c", features = [
66+
redux = { git = "https://github.com/o1-labs/redux-rs.git", rev = "06c8366", features = [
6767
"serde",
6868
] }
6969
serde = "1.0.190"

0 commit comments

Comments
 (0)