Skip to content

Commit 76b1699

Browse files
Bump smccc from 0.2.1 to 0.2.2 (#16)
Bumps [smccc](https://github.com/google/smccc) from 0.2.1 to 0.2.2. - [Changelog](https://github.com/google/smccc/blob/main/CHANGELOG.md) - [Commits](google/smccc@0.2.1...0.2.2) --- updated-dependencies: - dependency-name: smccc dependency-version: 0.2.2 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 713768e commit 76b1699

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ keywords = ["arm", "aarch64", "cortex-a"]
1010
categories = ["embedded", "no-std"]
1111

1212
[dependencies]
13-
smccc = { version = "0.2.1", optional = true }
13+
smccc = { version = "0.2.2", optional = true }
1414

1515
[dev-dependencies]
1616
aarch64-paging = { version = "0.9.1", default-features = false }
1717
arm-pl011-uart = "0.3.1"
18-
smccc = "0.2.1"
18+
smccc = "0.2.2"
1919

2020
[features]
2121
default = ["el1", "exceptions", "initial-pagetable", "psci"]

0 commit comments

Comments
 (0)