Skip to content

Commit 1181e50

Browse files
Bump cc from 1.2.1 to 1.2.2
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.1 to 1.2.2. - [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.1...cc-v1.2.2) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f981d2 commit 1181e50

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.

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ spin = "0.9.8"
2727
log = { version = "0.4", default-features = false }
2828

2929
[build-dependencies]
30-
cc = "1.0"
30+
cc = "1.2"
3131
cfg-if = "1.0"

0 commit comments

Comments
 (0)