Skip to content

Commit 57fae96

Browse files
committed
init: set rust version to 1.88
1 parent 3c3f59e commit 57fae96

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
[workspace]
22
resolver = "2"
33

4-
members = ["bin/ultramarine", "crates/consensus", "crates/execution", "crates/node", "crates/types"]
4+
members = [
5+
"bin/ultramarine",
6+
"crates/consensus",
7+
"crates/execution",
8+
"crates/node",
9+
"crates/types",
10+
]
511
default-members = ["bin/ultramarine"]
612

713

814
[workspace.package]
915
version = "0.1.0"
1016
edition = "2024"
11-
rust-version = "1.91"
17+
rust-version = "1.88"
1218
authors = ["Load Network"]
1319
license = "MIT OR Apache-2.0"
1420
homepage = "https://github.com/loadnetwork/ultramarine"
@@ -20,6 +26,9 @@ exclude = ["benches/", "tests/", "testdata/"]
2026

2127
# ultramarine dependencies
2228
ultramarine-node = { path = "crates/node" }
29+
ultramarine-execution = { path = "crates/execution" }
30+
ultramarine-consensus = { path = "crates/consensus" }
31+
ultramarine-types = { path = "crates/types" }
2332

2433
[profile.dev]
2534
opt-level = 1

0 commit comments

Comments
 (0)