Commit 1f85adf
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- crates/sui-open-rpc/tests/snapshots
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments