Skip to content

Commit 1e34c10

Browse files
Copilotmkaput
andauthored
Bump scarb-oracle-hint-service to 0.1.1 (#3819)
This PR bumps the `scarb-oracle-hint-service` dependency from version `0.1.0` to `0.1.1` in the workspace `Cargo.toml` and updates the `Cargo.lock` file accordingly. ## Changes - Updated `scarb-oracle-hint-service` version from `0.1.0` to `0.1.1` in workspace dependencies - Updated `Cargo.lock` with new version and checksum ## Verification The following crates that depend on `scarb-oracle-hint-service` have been verified to build and test successfully: - `cheatnet` - ✅ builds and all unit tests pass (10 tests) - `forge_runner` - ✅ builds and all unit tests pass (5 tests) The entire workspace passes `cargo check` with the updated dependency version. <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > bump `scarb-oracle-hint-service = "0.1.1"` in cargo.toml and update cargo.lock and ensure tests pass </details> <!-- START COPILOT CODING AGENT TIPS --> --- 💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click [here](https://survey3.medallia.com/?EAHeSx-AP01bZqG0Ld9QLQ) to start the survey. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mkaput <[email protected]>
1 parent 5142fb8 commit 1e34c10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ derive_more = { version = "2.0.1", features = ["display"] }
122122
paste = "1.0.15"
123123
strum = "0.27"
124124
strum_macros = "0.27"
125-
scarb-oracle-hint-service = "0.1.0"
125+
scarb-oracle-hint-service = "0.1.1"
126126
chrono = "0.4.42"
127127
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
128128
tracing = "0.1.41"

0 commit comments

Comments
 (0)