You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
name = "octocode"
3
3
version = "0.14.1"
4
4
edition = "2021"
5
-
rust-version = "1.82"
5
+
rust-version = "1.95"
6
6
authors = ["Muvon Un Limited <opensource@muvon.io>"]
7
7
description = "AI-powered code intelligence with semantic search, knowledge graphs, and built-in MCP server. Transform your codebase into a queryable knowledge graph for AI assistants."
8
8
homepage = "https://octocode.muvon.io"
@@ -98,7 +98,7 @@ dotenvy = "0.15"
98
98
99
99
# Local dependency on octolib with embedding features
0 commit comments