Skip to content

Commit 2d47ea7

Browse files
committed
chore: bump rust-version to 1.93 across workspace
Aligns ladybug-rs and ladybug-contract MSRV to Rust 1.93 target, matching n8n-rs (already compliant). Part of constellation-wide MSRV alignment. https://claude.ai/code/session_016HQG2eoyNAwML6WP8WhbAG
1 parent ee3c56f commit 2d47ea7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [".", "crates/ladybug-contract"]
55
name = "ladybug"
66
version = "0.3.0"
77
edition = "2024"
8-
rust-version = "1.88"
8+
rust-version = "1.93"
99
license = "Apache-2.0"
1010
description = "Crystal Lake: Unified Cognitive Database with 4096 CAM Operations, Quantum-Inspired Operators, and 144 Verb Graph Substrate"
1111
repository = "https://github.com/AdaWorldAPI/ladybug-rs"

crates/ladybug-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ladybug-contract"
33
version = "0.1.0"
44
edition = "2024"
5-
rust-version = "1.88"
5+
rust-version = "1.93"
66
license = "Apache-2.0"
77
description = "Substrate types for LadybugDB: Container, CogRecord, CAM codebook, CognitiveAddress"
88
repository = "https://github.com/AdaWorldAPI/ladybug-rs"

0 commit comments

Comments
 (0)