Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7014c0c

Browse files
Bump dependencies
1 parent 2345214 commit 7014c0c

File tree

69 files changed

+190
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+190
-190
lines changed

‎02_runtime_init/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎02_runtime_init/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ path = "src/main.rs"
2424

2525
# Platform specific dependencies
2626
[target.'cfg(target_arch = "aarch64")'.dependencies]
27-
cortex-a = { version = "7.x.x" }
27+
cortex-a = { version = "8.x.x" }

‎02_runtime_init/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ diff -uNr 01_wait_forever/Cargo.toml 02_runtime_init/Cargo.toml
4747
+
4848
+# Platform specific dependencies
4949
+[target.'cfg(target_arch = "aarch64")'.dependencies]
50-
+cortex-a = { version = "7.x.x" }
50+
+cortex-a = { version = "8.x.x" }
5151

5252
diff -uNr 01_wait_forever/Makefile 02_runtime_init/Makefile
5353
--- 01_wait_forever/Makefile

‎03_hacky_hello_world/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎03_hacky_hello_world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ path = "src/main.rs"
2424

2525
# Platform specific dependencies
2626
[target.'cfg(target_arch = "aarch64")'.dependencies]
27-
cortex-a = { version = "7.x.x" }
27+
cortex-a = { version = "8.x.x" }

‎04_safe_globals/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎04_safe_globals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ path = "src/main.rs"
2424

2525
# Platform specific dependencies
2626
[target.'cfg(target_arch = "aarch64")'.dependencies]
27-
cortex-a = { version = "7.x.x" }
27+
cortex-a = { version = "8.x.x" }

‎05_drivers_gpio_uart/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎05_drivers_gpio_uart/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ path = "src/main.rs"
2323
[dependencies]
2424

2525
# Optional dependencies
26-
tock-registers = { version = "0.7.x", default-features = false, features = ["register_types"], optional = true }
26+
tock-registers = { version = "0.8.x", default-features = false, features = ["register_types"], optional = true }
2727

2828
# Platform specific dependencies
2929
[target.'cfg(target_arch = "aarch64")'.dependencies]
30-
cortex-a = { version = "7.x.x" }
30+
cortex-a = { version = "8.x.x" }

‎05_drivers_gpio_uart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ diff -uNr 04_safe_globals/Cargo.toml 05_drivers_gpio_uart/Cargo.toml
131131
[dependencies]
132132

133133
+# Optional dependencies
134-
+tock-registers = { version = "0.7.x", default-features = false, features = ["register_types"], optional = true }
134+
+tock-registers = { version = "0.8.x", default-features = false, features = ["register_types"], optional = true }
135135
+
136136
# Platform specific dependencies
137137
[target.'cfg(target_arch = "aarch64")'.dependencies]
138-
cortex-a = { version = "7.x.x" }
138+
cortex-a = { version = "8.x.x" }
139139

140140
diff -uNr 04_safe_globals/Makefile 05_drivers_gpio_uart/Makefile
141141
--- 04_safe_globals/Makefile

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /