Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit e0583e4

Browse files
chore(deps): bump cfg-if from 1.0.0 to 1.0.1 (#55)
Bumps [cfg-if](https://github.com/rust-lang/cfg-if) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: cfg-if dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08a06b9 commit e0583e4

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.

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license-file.workspace = true
66
description = "examples for mania"
77

88
[dependencies]
9-
cfg-if = "1.0.0"
9+
cfg-if = "1.0.1"
1010
console-subscriber = { version = "0.4.1", optional = true }
1111
mania = { path = "../mania" }
1212
tokio.workspace = true

0 commit comments

Comments
 (0)