Skip to content

Commit 532c915

Browse files
Test UserTerraphim AI
andcommitted
fix(config): add rust-version = 1.85 to workspace and all crates Refs #2770
Set rust-version = "1.85" in [workspace.package] (edition 2024 requires Rust >= 1.85) and propagate rust-version.workspace = true to all 22 Cargo.toml files. Crates using hardcoded edition = "2024" get an inline rust-version = "1.85" instead. All workspace members verified via cargo metadata; cargo check --workspace passes clean. Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
1 parent c22ed90 commit 532c915

22 files changed

Lines changed: 22 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ default-members = ["terraphim_server"]
5858
[workspace.package]
5959
version = "1.20.5"
6060
edition = "2024"
61+
rust-version = "1.85"
6162
authors = ["Terraphim Team <team@terraphim.ai>"]
6263
documentation = "https://terraphim.ai"
6364
homepage = "https://terraphim.ai"

crates/haystack_atlassian/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "atlassian_haystack"
33
version = "1.0.0"
44
edition.workspace = true
5+
rust-version.workspace = true
56
description = "Atlassian haystack provider for Terraphim AI"
67
documentation = "https://terraphim.ai"
78
homepage = "https://terraphim.ai"

crates/haystack_discourse/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "discourse_haystack"
33
version = "1.0.0"
44
edition.workspace = true
5+
rust-version.workspace = true
56
authors = ["Terraphim <team@terraphim.ai>"]
67
description = "A CLI client for fetching Discourse posts and messages"
78
documentation = "https://terraphim.ai"

crates/terraphim_agent_application/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "terraphim_agent_application"
33
version = "1.0.0"
44
edition.workspace = true
5+
rust-version.workspace = true
56
description = "OTP-style application behavior for Terraphim agent system"
67
documentation = "https://terraphim.ai"
78
homepage = "https://terraphim.ai"

crates/terraphim_automata_py/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "terraphim_automata_py"
33
version = "1.0.0"
44
edition = "2024"
5+
rust-version = "1.85"
56
authors = ["Terraphim Contributors"]
67
description = "Python bindings for terraphim_automata - Fast autocomplete and text processing for knowledge graphs"
78
documentation = "https://terraphim.ai"

crates/terraphim_build_args/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "terraphim_build_args"
33
version = "1.0.0"
44
edition.workspace = true
5+
rust-version.workspace = true
56
authors = ["Terraphim Contributors"]
67
description = "Build argument management for Terraphim AI projects"
78
documentation = "https://terraphim.ai"

crates/terraphim_dsm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "terraphim_dsm"
33
version.workspace = true
44
edition.workspace = true
5+
rust-version.workspace = true
56
description = "Semantic module grouping using Terraphim knowledge graphs (sentrux companion tool)"
67
documentation = "https://terraphim.ai"
78
homepage = "https://terraphim.ai"

crates/terraphim_gitea_runner/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "terraphim_gitea_runner"
33
version = "0.1.0"
44
edition.workspace = true
5+
rust-version.workspace = true
56
description = "Native Gitea Actions runner: speaks Gitea RunnerService (Connect-JSON) and executes jobs under Terraphim policy (host/rch), reusing the terraphim_github_runner stack"
67
documentation = "https://terraphim.ai"
78
homepage = "https://terraphim.ai"

crates/terraphim_github_runner/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "terraphim_github_runner"
33
version = "0.1.0"
44
edition.workspace = true
5+
rust-version.workspace = true
56
description = "GitHub Actions runner with Firecracker sandbox integration for Terraphim AI"
67
documentation = "https://terraphim.ai"
78
homepage = "https://terraphim.ai"

crates/terraphim_github_runner_server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "terraphim_github_runner_server"
33
version = "0.1.0"
44
edition.workspace = true
5+
rust-version.workspace = true
56
description = "GitHub Actions runner server with webhook support for Terraphim AI"
67
documentation = "https://terraphim.ai"
78
homepage = "https://terraphim.ai"

0 commit comments

Comments
 (0)