diff options
author | iximeow <me@iximeow.net> | 2025-02-06 00:23:14 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2025-02-06 00:23:14 -0800 |
commit | 99fa3b9ad8094a726f2137a717ba7eb9e4118194 (patch) | |
tree | 1a74580d76a16e85cdb34a371ec10cbc0386ad9e | |
parent | e2b05ce19c48f34b0fbf3661a6079157eff26fa7 (diff) |
0.3.1HEAD0.3.1no-gods-no-
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +## 0.3.1 + +* fix no-std transitively depending on std still + - thank you @encounter for the patch! + ## 0.3.0 * major version bump of yaxpeax-arch (0.2.7 -> 0.3.1) @@ -1,7 +1,7 @@ [package] name = "yaxpeax-arm" -version = "0.3.0" +version = "0.3.1" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" |