Skip to content

Commit 2e84e01

Browse files
authored
Merge branch 'next' into bernhard-externalize-protobuf-artifacts
2 parents 768bed2 + 8432310 commit 2e84e01

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- Replaced NTX Builder's in-memory state management with SQLite-backed persistence; account states, notes, and transaction effects are now stored in the database and inflight state is purged on startup ([#1662](https://github.com/0xMiden/miden-node/pull/1662)).
2626
- [BREAKING] Reworked `miden-remote-prover`, removing the `worker`/`proxy` distinction and simplifying to a `worker` with a request queue ([#1688](https://github.com/0xMiden/miden-node/pull/1688)).
2727

28-
## v0.13.5 (TBD)
28+
## v0.13.5 (2026-02-19)
2929

3030
- OpenTelemetry traces are now flushed before program termination on panic ([#1643](https://github.com/0xMiden/miden-node/pull/1643)).
3131
- Added support for the note transport layer in the network monitor ([#1660](https://github.com/0xMiden/miden-node/pull/1660)).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ homepage = "https://miden.xyz"
2929
license = "MIT"
3030
readme = "README.md"
3131
repository = "https://github.com/0xMiden/miden-node"
32-
rust-version = "1.90"
32+
rust-version = "1.91"
3333
version = "0.14.0"
3434

3535
# Optimize the cryptography for faster tests involving account creation.

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.90"
2+
channel = "1.91"
33
components = ["clippy", "rust-src", "rustfmt"]
44
profile = "minimal"
55
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)