Skip to content

Commit 62124ca

Browse files
Bump cc from 1.2.3 to 1.2.4
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.3...cc-v1.2.4) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33f4d9a commit 62124ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ strum_macros = "0.26.4"
1919
tree-sitter = "0.23.0"
2020

2121
[build-dependencies]
22-
cc = { version = "1.2.3", features = [ "parallel" ] }
22+
cc = { version = "1.2.4", features = [ "parallel" ] }
2323

2424
[dev-dependencies]
2525
trycmd = "0.15.8"

0 commit comments

Comments
 (0)