Skip to content

Commit fa89ac4

Browse files
Bump version to 4.0.1
1 parent ef8410c commit fa89ac4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313

1414
[workspace.package]
1515
authors = ["Alexander Stocko <[email protected]>", "CensoredUsername <[email protected]>"]
16-
version = "4.0.0"
16+
version = "4.0.1"
1717
edition = "2021"
1818

1919
documentation = "https://censoredusername.github.io/dynasm-rs/language/index.html"

doc/releasenotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The `dynasm-rs` project consists out of two crates: The procedural macro crate `dynasm` and the runtime support crate `dynasmrt`. The versions of these two crates are synchronized and should always match. From version 0.7.0 onwards `dynasmrt` depends on `dynasm` itself to simplify this relationship. Any version listings below therefore refers to both the `dynasm` and `dynasmrt` crate version.
44

5+
Version 4.0.1
6+
=============
7+
8+
Bugfix
9+
------
10+
This bugfix release fixes a failure to compile the `dynasmrt` crate on non-unix RISC-V.
11+
12+
513
Version 4.0.0
614
=============
715

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ license.workspace = true
1818
memmap2 = "0.9.8"
1919
byteorder = "1.5.0"
2020
fnv = "1.0.7"
21-
dynasm = { version = "=4.0.0", path = "../plugin" }
21+
dynasm = { version = "=4.0.1", path = "../plugin" }

0 commit comments

Comments
 (0)