Skip to content

Commit 905064d

Browse files
committed
fix(ci): refresh sdks/{python,typescript}/Cargo.lock for 9.1.0 bump
Same root cause as 5d5ca11 — both SDK crates have their own root lockfile, and the version bump in 408a35d only refreshed the top-level Cargo.lock. The Extended Surfaces CI job runs `cargo check --manifest-path sdks/python/Cargo.toml --locked` and `sdks/typescript/Cargo.toml --locked`; both fail when the Cargo.lock isn't in sync with the bumped manifest. Re-locked both SDK lockfiles. No code changes.
1 parent 5d5ca11 commit 905064d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sdks/python/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/typescript/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)