Skip to content

Commit

Permalink
Version bump to 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Oct 9, 2024
1 parent 5f9cf4c commit ce3787d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [

[workspace.package]
authors = ["Alexander Stocko <[email protected]>", "CensoredUsername <[email protected]>"]
version = "2.0.0"
version = "3.0.0"
edition = "2021"

documentation = "https://censoredusername.github.io/dynasm-rs/language/index.html"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ license.workspace = true
memmap2 = "0.9.5"
byteorder = "1.5.0"
fnv = "1.0.7"
dynasm = { version = "=2.0.0", path = "../plugin" }
dynasm = { version = "=3.0.0", path = "../plugin" }

0 comments on commit ce3787d

Please sign in to comment.