Skip to content

Commit 1f85adf

Browse files
ebmifaclaude
andauthored
Update OpenRPC snapshot for v1.66.1 version bump (#25491)
## Summary - The v1.66.1 version bump commit updated `Cargo.toml` but did not regenerate the OpenRPC spec snapshot - This causes `sui-open-rpc::generate-spec::test_json_rpc_spec` to fail deterministically in CI (failed all 4 retries) - The fix is a single-line change: `"version": "1.66.0"` → `"version": "1.66.1"` in the snapshot file ## Test plan - [x] Ran `cargo insta test -p sui-open-rpc` locally — test passes with updated snapshot - [ ] CI should pass on this PR 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8a9445e commit 1f85adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sui-open-rpc/tests/snapshots/generate_spec__openrpc.snap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "Apache-2.0",
1313
"url": "https://raw.githubusercontent.com/MystenLabs/sui/main/LICENSE"
1414
},
15-
"version": "1.66.0"
15+
"version": "1.66.1"
1616
},
1717
"methods": [
1818
{

0 commit comments

Comments
 (0)