Skip to content

Commit a886b43

Browse files
chore: update rust requirement to 1.93 (#1803)
1 parent 4e7163c commit a886b43

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- Moved bootstrap procedure to `miden-node validator bootstrap` command ([#1764](https://github.com/0xMiden/node/pull/1764)).
3838
- NTX Builder now deactivates network accounts which crash repeatedly (configurable via `--ntx-builder.max-account-crashes`, default 10) ([#1712](https://github.com/0xMiden/miden-node/pull/1712)).
3939
- Removed gRPC reflection v1-alpha support ([#1795](https://github.com/0xMiden/node/pull/1795)).
40-
40+
- [BREAKING] Rust requirement bumped from `v1.91` to `v1.93` ([#1803](https://github.com/0xMiden/node/pull/1803)).
4141

4242
### Fixes
4343

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ homepage = "https://miden.xyz"
3030
license = "MIT"
3131
readme = "README.md"
3232
repository = "https://github.com/0xMiden/node"
33-
rust-version = "1.91"
33+
rust-version = "1.93"
3434
version = "0.14.0-alpha.5"
3535

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

bin/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.91-slim-bookworm AS chef
1+
FROM rust:1.93-slim-bookworm AS chef
22
# Install build dependencies. RocksDB is compiled from source by librocksdb-sys.
33
RUN apt-get update && \
44
apt-get -y upgrade && \

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.91"
2+
channel = "1.93"
33
components = ["clippy", "rust-src", "rustfmt"]
44
profile = "minimal"
55
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)