File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Setup Rust
3131 uses : dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4
3232 with :
33- toolchain : 1.88 .0
33+ toolchain : 1.89 .0
3434 components : rustfmt, clippy
3535
3636 - name : Setup Protobuf
Original file line number Diff line number Diff line change 5757 - name : Setup Rust
5858 uses : dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4
5959 with :
60- toolchain : 1.88 .0
60+ toolchain : 1.89 .0
6161 targets : ${{ matrix.target }}
6262
6363 - name : Setup Protobuf
@@ -121,7 +121,7 @@ jobs:
121121 - name : Setup Rust metadata toolchain
122122 uses : dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4
123123 with :
124- toolchain : 1.88 .0
124+ toolchain : 1.89 .0
125125
126126 - name : Setup Protobuf
127127 uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "opencode-memory"
33version = " 0.2.0"
44edition = " 2024"
55license = " MIT"
6- rust-version = " 1.88 "
6+ rust-version = " 1.89 "
77description = " Native zvec-backed project memory sidecar for OpenCode plugins"
88repository = " https://github.com/nguyenthdat/opencode-native-memory"
99readme = " README.md"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ The Protobuf schema is `schema/memory.proto`. Rust bindings are generated at Car
140140
141141## Development
142142
143- Requirements: Bun 1.3+, Rust 1.88 +, and ` protoc ` .
143+ Requirements: Bun 1.3+, Rust 1.89 +, and ` protoc ` .
144144
145145``` sh
146146bun install
You can’t perform that action at this time.
0 commit comments