Skip to content

Commit

Permalink
Update critical-section to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romancardenas committed Oct 20, 2024
1 parent f73533a commit e2a679c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions riscv-semihosting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.1.1] - 2024-10-20

### Changed

- Update critical-section to 1.2.0

## [v0.1.1] - 2024-10-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion riscv-semihosting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ no-semihosting = []
default = ["jlink-quirks"]

[dependencies]
critical-section = "1.0.0"
critical-section = "1.2.0"
riscv = { path = "../riscv", version = "0.12.0" }
6 changes: 6 additions & 0 deletions riscv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.12.1] - 2024-10-20

### Changed

- Update critical-section to 1.2.0

## [v0.12.0] - 2024-10-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion riscv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ s-mode = []
critical-section-single-hart = ["critical-section/restore-state-bool"]

[dependencies]
critical-section = "1.1.2"
critical-section = "1.2.0"
embedded-hal = "1.0.0"
riscv-pac = { path = "../riscv-pac", version = "0.2.0" }
riscv-macros = { path = "macros", version = "0.1.0", optional = true }
Expand Down

0 comments on commit e2a679c

Please sign in to comment.