Skip to content

Commit 464c227

Browse files
committed
chore: upgrade sub-crate Rust edition 2021→2024
1 parent 8704813 commit 464c227

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

crates/protoc-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "protoc-helper"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55

66
[dependencies]
77
protoc-bin-vendored = "3"

crates/prx-memory-ai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "prx-memory-ai"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "Provider abstraction for embeddings and rerank in prx-memory"
66
license = "MIT"
77

crates/prx-memory-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "prx-memory-core"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "Core scoring/evolution domain primitives for prx-memory"
66
license = "MIT"
77

crates/prx-memory-embed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "prx-memory-embed"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "Embedding provider abstraction and adapters for prx-memory"
66
license = "MIT"
77

crates/prx-memory-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "prx-memory-mcp"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "Local MCP server surface for prx-memory"
66
license = "MIT"
77
authors = ["g1e2x87"]

crates/prx-memory-rerank/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "prx-memory-rerank"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "Rerank provider abstraction and adapters for prx-memory"
66
license = "MIT"
77

crates/prx-memory-skill/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "prx-memory-skill"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "Built-in governance skill payloads for prx-memory"
66
license = "MIT"
77

crates/prx-memory-storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "prx-memory-storage"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "Local persistent storage engine for prx-memory"
66
license = "MIT"
77

0 commit comments

Comments
 (0)