Skip to content

Commit 149bfbe

Browse files
Version v3.0.1.
1 parent 73395f8 commit 149bfbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 = "3.0.0"
16+
version = "3.0.1"
1717
edition = "2021"
1818

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

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.5"
1919
byteorder = "1.5.0"
2020
fnv = "1.0.7"
21-
dynasm = { version = "=3.0.0", path = "../plugin" }
21+
dynasm = { version = "=3.0.1", path = "../plugin" }

0 commit comments

Comments
 (0)