Skip to content

Commit

Permalink
v0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwhite committed Mar 14, 2024
1 parent 35e9f4e commit 2cc5068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.16

- Fixed build for ARMv4t and ARMv5te thumb mode.

## v0.6.15

- Added `SysnoMap::into_iter`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syscalls"
version = "0.6.15"
version = "0.6.16"
authors = ["Jason White <rust@jasonwhite.io>", "Baojun Wang <wangbj@gmail.com>"]
edition = "2021"
license = "BSD-2-Clause"
Expand Down

0 comments on commit 2cc5068

Please sign in to comment.