You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	Bump cortex-m-rt from 0.7.2 to 0.7.3 in /src/bare-metal/microcontrollers/examples (#516)
Bump cortex-m-rt in /src/bare-metal/microcontrollers/examples Bumps [cortex-m-rt](https://github.com/rust-embedded/cortex-m) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: cortex-m-rt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		| @@ -61,9 +61,9 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "cortex-m-rt" | ||||
| version = "0.7.2" | ||||
| version = "0.7.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "d6d3328b8b5534f0c90acd66b68950f2763b37e0173cac4d8b4937c4a80761f9" | ||||
| checksum = "ee84e813d593101b1723e13ec38b6ab6abbdbaaa4546553f5395ed274079ddb1" | ||||
| dependencies = [ | ||||
|  "cortex-m-rt-macros", | ||||
| ] | ||||
|   | ||||
| @@ -6,7 +6,7 @@ version = "0.1.0" | ||||
| edition = "2021" | ||||
|  | ||||
| [dependencies] | ||||
| cortex-m-rt = "0.7.0" | ||||
| cortex-m-rt = "0.7.3" | ||||
| embedded-hal = "0.2.6" | ||||
| microbit-v2 = "0.13.0" | ||||
| nrf52833-hal = "0.14.1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user