From ce3787d941ccb999d24720dd27513ffbf9b38acd Mon Sep 17 00:00:00 2001 From: CensoredUsername Date: Wed, 9 Oct 2024 18:05:32 +0200 Subject: [PATCH] Version bump to 3.0.0. --- Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b1cd7754e..8b54cf599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ [workspace.package] authors = ["Alexander Stocko ", "CensoredUsername "] -version = "2.0.0" +version = "3.0.0" edition = "2021" documentation = "https://censoredusername.github.io/dynasm-rs/language/index.html" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d291e5177..bccf7ff82 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -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" }