Skip to content

Commit 0945106

Browse files
chore(deps): update bencher_cli digest to v0.6.2 (#1702)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bencher_cli | workspace.dependencies | digest | `595a6d6` β†’ `0f8f620` | --- ### Configuration πŸ“… **Schedule**: (in timezone UTC) - Branch creation - "before 9am on Monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/NomicFoundation/slang). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bas van Gijzel <bas@nomic.foundation>
1 parent 92784b0 commit 0945106

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

β€ŽCargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ solidity_v2_cargo_tests = { path = "crates/solidity-v2/outputs/cargo/tests", ver
129129
#
130130
anyhow = { version = "1.0.102", features = ["backtrace", "std"] }
131131
ariadne = { version = "0.2.0" }
132-
# https://github.com/bencherdev/bencher/releases/tag/v0.6.1
133-
bencher_cli = { git = "https://github.com/bencherdev/bencher", rev = "595a6d60abd1c71b1dfb7bbdd52be7bc63b0f8c3"}
132+
# __SLANG_BENCHER_CLI_RELEASE__ (keep in sync) https://github.com/bencherdev/bencher/releases/tag/v0.6.2
133+
bencher_cli = { git = "https://github.com/bencherdev/bencher", rev = "0f8f620172ccd6225d40a7590598eb7b41718af8" } # __SLANG_BENCHER_CLI_RELEASE__
134134
bitvec = { version = "1.0.1" }
135135
cargo-edit = { version = "0.13.0" }
136136
cargo-nextest = { version = "0.9.72" }

β€Žrenovate.jsonβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,25 @@
9898
"description": "strum: used in CST hot path via derive macros; flag for perf review",
9999
"matchPackageNames": ["strum"],
100100
"labels": ["ci:perf"]
101+
},
102+
{
103+
"description": "bencher_cli: handled by customManagers entry below that tracks release tags β€” disable built-in cargo digest updates so the two don't fight.",
104+
"matchPackageNames": ["bencher_cli"],
105+
"matchManagers": ["cargo"],
106+
"enabled": false
107+
}
108+
],
109+
"customManagers": [
110+
{
111+
"customType": "regex",
112+
"description": "Track bencher_cli by release tag, not default-branch HEAD. Regex pairs with the two marker lines in Cargo.toml β€” if you reformat those, update this pattern too.",
113+
"managerFilePatterns": ["/^Cargo\\.toml$/"],
114+
"matchStrings": [
115+
"# __SLANG_BENCHER_CLI_RELEASE__ \\(keep in sync\\) https://github\\.com/bencherdev/bencher/releases/tag/(?<currentValue>v[^\\s]+)\\s*\\nbencher_cli = \\{ git = \"https://github\\.com/bencherdev/bencher\", rev = \"(?<currentDigest>[a-f0-9]+)\"\\s*\\}\\s*#\\s*__SLANG_BENCHER_CLI_RELEASE__"
116+
],
117+
"depNameTemplate": "bencherdev/bencher",
118+
"packageNameTemplate": "https://github.com/bencherdev/bencher",
119+
"datasourceTemplate": "git-tags"
101120
}
102121
],
103122
"labels": ["dependencies"],

0 commit comments

Comments
Β (0)